Closed wilsonpage closed 8 years ago
Right now we're using the same tile for Twitter profiles as Tweets and it's a bit confusing. We need a way to distinguish between to two so they can be rendered differently.
In master right now, a profile will be og_data.type = "profile", a tweet will be og_data.type = "article".
og_data.type = "profile"
og_data.type = "article"
Right now we're using the same tile for Twitter profiles as Tweets and it's a bit confusing. We need a way to distinguish between to two so they can be rendered differently.