Wednesday, June 19, 2013

//*[@id="maingamecontent"]

Turn Any Photo Into a Sharing Tool
Increase sharing and traffic by turning any photo into a tool to share your page. With just a short bit of Javascript and HTML code, you can overlay a sharing menu on any image.

Javascript
Here's the javascript code that you'll need to add to your webpage. Add services_overlay to addthis_config with the services you wish to include in your image menus. Be sure to replace [YOUR PROFILE ID HERE] in the addthis_widget.js inclusion.

var addthis_config = {
services_overlay:'facebook,twitter,email,print,more'
}


No comments:

Post a Comment