I'm attempting to Add a Classroom Share Button to resources that require authentication. When the "Share to Classroom" button is clicked on a resource, and the assignment (for example) is created in Classroom, the thumbnail, title, and URL are displayed at the bottom of the assignment.
Since the resource is behind authentication, the login screen displays for the thumbnail, and "Login" appears as the title of the link. It appears as though the service that captures the thumbnail and title doesn’t have access to the user’s session in the browser.
This will probably be confusing for teachers and students when they see this login message.
Is there a way to:
A.) suppress the thumbnail/title/URL from displaying?
B.) programmatically affect what is being captured?
C.) anticipate where the request is being made from and present the thumbnail service with a more relevant image/title?
Thanks.