Topic-icon Floating sharing buttons

Active Subscriptions:

None
10 years 1 month ago #58062 by alboydino
Hi

I like the floating social sharing icons you have on your site, are they available for me to put on my site?

If so how would I get them on?

Thanks
The topic has been locked.
Support Specialist
10 years 1 month ago #58068 by alzander
Replied by alzander on topic Floating sharing buttons
Yes, absolutely. JFBConnect comes with the JFBCSocialShare module, which is what we use on the bottom of this site. We use the following module parameters to show it in the lower right corner as you see:
Basic Options 
Layout: Button Count 
Orientation: Horizontal 
Position: Float 
Margin: 5px 
padding: 5px 0px 0px 5px 
Background: #fff 
Float Position from Top: 3000 (this makes it go to the bottom of the screen) 
Float Position from Left: 3000 (this makes it 'stick' to the right of the screen) 

Facebook Options 
Width: 85 
Height: 20
I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 1 month ago #58089 by alboydino
Replied by alboydino on topic Floating sharing buttons
Hi Alex

Thanks for this, is there anyway to get a Pinterest icon on this bar though?
The topic has been locked.
Support Specialist
10 years 1 month ago #58100 by mel
Replied by mel on topic Floating sharing buttons
We don't currently have that functionality in the module. You would need to do a template override for the file /mod_jfbcsocialshare/tmpl/default.php. Looking at the file, you should be able to easily add the SCPinterestShare easy-tag with code similar to below. However, you'll have to set the image to pin ($pinnedImage) and the description text ($pinnedText) to use for each page.
$pinnedImage = 'FULL IMAGE HREF HERE';
$pinnedText = 'YOUR TEXT HERE';
echo '{SCPinterestShare href=' . $href . " layout=" . $layout . ' image=' . $pinnedImage . ' desc=' . $pinnedText . $renderKeyString . '}';

I've added a feature request to our tracker to add this in a future release.

-Melissa

-Melissa
The topic has been locked.