octopress / genesis-theme

A Jekyll theme build on Octopress Ink
MIT License
24 stars 16 forks source link

Social #23

Closed imathis closed 9 years ago

imathis commented 9 years ago

Integrated Octopress social. Fixed lots of template issues.

imathis commented 9 years ago

Here's a nice demo showing the default sharing options.

screenshot of safari 3-25-15 10 51 15 pm

Each of these are styled links which trigger a share action on the different social networks. A user can switch to the fancy javascript buttons by setting their theme config like this:

share_with: buttons # (default: links)

Social links and buttons can be configured in the main _config.yml according to the octopress-social documentation.

imathis commented 9 years ago

Sharing buttons look like this. screenshot of safari 3-25-15 11 46 35 pm

maiertech commented 9 years ago

This is so cool!

jilljenn commented 8 years ago

Thanks. Those buttons are beautiful, I plan to isolate the code somewhere.