php - Forcing AddThis Buttons to Create Custom Facebook Message -
php - Forcing AddThis Buttons to Create Custom Facebook Message -
i've been trying forcefulness facebook share addthis toolbox populate user message when hitting share button. moreover, i'm hoping include global parameter tracks points within slim php framework , angular frontend. hoping i'd able create forcefulness without changing in mvc
from page.html partial template:
<a class="addthis_button_facebook" addthis:title="custom title" addthis:description="custom description {{points}}"></a> within app.js angular file:
myapp.directive('fblike', function () { homecoming { restrict:'e', template: '<div class="fb-like" data-href="http://www.winshuttle.com/sap-quiz/" data-colorscheme="light" data-layout="box_count" data-action="like" data-show-faces="true" data-send="false"></div>' } }); php facebook angularjs slim addthis
Comments
Post a Comment