smartchicago / foodborne

Manages tweets about food poisoning in Chicago and presents Open311 form for reporting incidents.
http://foodborne.smartchicagoapps.org/
29 stars 11 forks source link

Change outbound link to new URL #57

Closed GovInTrenches closed 10 years ago

GovInTrenches commented 10 years ago

When we send outbound links, we need to link to the foodbornechicago.org site VS the foodborne.smartchicago.org site. Once that's done, I can update the Twitter Card from my end.

srobbin commented 10 years ago

Slightly modified: we should link to https://www.foodbornechicago.org. http://foodbornechicago.org will redirect to the www, but the HTTPS version will not.

The tweets sent from the system have already been updated:

https://github.com/smartchicago/foodborne/blob/master/app/models/tweet.rb#L22

srobbin commented 10 years ago

Is there anything you need me to do for this?

GovInTrenches commented 10 years ago

We need to update the application header to reflect the new Twitter card tags. Once we do that, we'll be good to go. Embed code below:

`

`

srobbin commented 10 years ago

The twitter:url meta tag wasn't in there before, but I've added it now (as https:// instead of http://). Let me know if you need anything else, or feel free to close this if that was all.

GovInTrenches commented 10 years ago

That did the trick, closing the issue - Thanks!