CSDL-UMD / Rockwell

Rockwell uses the twitter authentication workflow to render a twitter like feed in order to collect information about the users interaction with their feed. It also has an attention check feature to ensure that the user is being observant of their feeds and not simply scrolling through with the intent of finishing quickly.
7 stars 2 forks source link

Image card and description are not retrieved for @cseUSF #9

Closed saumyabhadani95 closed 3 years ago

saumyabhadani95 commented 3 years ago

Don't know if this is important but I just discovered that the card images, description and summary is not retrieved for @cseUSF account. @cseUSF is not that important but don't want it happening for important accounts.

Observed:

Screenshot from 2020-12-15 10-31-23

Needed:

Screenshot from 2020-12-15 10-32-03

RobertAndion commented 3 years ago

If you could send me the link to this tweet or check the html for the og:: tags... If they are not present my script will not find the image, description or title. However you would still have the link you can embed. The system right now only deals with websites that are made for tweet cards. Perhaps this one is missing it or has another tag format. If you give the links I can try and find out. However checking for more tags may slow down this process further.

RobertAndion commented 3 years ago

This is due to the websites not having the proper tags. If the professor has other tags we can look for we can try for those too but for now there is no solution for this.

glciampaglia commented 3 years ago

We discussed issue and we decided that we will decide whether to fix this issue or not after testing on AWS with several users. If the issue is common (meaning that many websites do not use OG tags), then we will think if there is a way to fix it. Reopening for now and tagging it as "needs to discussion" since we will reconsider it later on.

RobertAndion commented 3 years ago

The USF site uses this syntax. I will change the code to try to find the specific og::twitter tags first and if it cannot find those it will look for these and if that fails return nothing as it currently does.

RobertAndion commented 3 years ago

`