• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Adding/editing social sharing options.

kyle789

Chevereto Member
I would like to add the Facebook like button and also edit the Tweet button to include (via @username) - I've looked at the functions file but having no luck there.

The Twitter dev site suggests you add: data-via="your_screen_name" - but that doesn't work...

Anyone have any idea how to do this?

Thanks!
 
No I know how to add social share buttons on any other site, I just don't know how to make them work with the functions.php - it's not something I've seen before.
 
Rodolfo said:
2.1 will have facebook comments for the viewer

I have Facebook comments already :)

I want to add the Like Button to the set of social share links and also add the data to the Tweet button like "via @username" etc

Also, websites like Tumblr don't seem to work with the functions.php.
 
So Rodolfo, can you please tell me how to edit the functions to add other sites like Tumblr? Editing the Twitter link?
 
Tumblr has been added to 2.1 and to do the twitter thing you need to change the url to something like:

PHP:
"Twitter" => array('url' => '[url=http://twitter.com/share?url=.$url.&via=chevereto]http://twitter.com/share?url='.$url.'&via=chevereto[/url]', // Change "via" to match your twitter account via.

Check the demo: http://dev.chevereto.com/image/Oq
 
Rodolfo said:
Tumblr has been added to 2.1 and to do the twitter thing you need to change the url to something like:

PHP:
"Twitter" => array('url' => '[url=http://twitter.com/share?url=.$url.&via=chevereto]http://twitter.com/share?url='.$url.'&via=chevereto[/url]', // Change "via" to match your twitter account via.

Check the demo: http://dev.chevereto.com/image/Oq

Thanks a lot Rodolfo!
 
Rodolfo said:
1click said:
How about "drag to share" like prettySociable? :)

what is that?

Pretty sure it's where you can drag/drop a file (or files) into a boxed in area to upload as oppsed to 'browsing' for them on your computer using HTML5 and jQuery.
 
imgsco said:
Pretty sure it's where you can drag/drop a file (or files) into a boxed in area to upload as oppsed to 'browsing' for them on your computer using HTML5 and jQuery.

This is actually impossible with our current uploader, I spent more than 10hours trying to find a way, and couldn't because of uploadify... I managed to add the file to the list... but couldn't replicate some of the action that is done by the flash, uploadify ignored me, even after I tried to tweak it...

Anyway, as soon as we change the uploader, or I heard rodolfo recoded the javascript... maybe I will be able to create a new uploader form which will allow html5 drag and drop
 
Back
Top