constructor-igor / hcalendar

Automatically exported from code.google.com/p/hcalendar
0 stars 0 forks source link

Add "share HCalendar extension link to Facebook" #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

*links:*
http://stackoverflow.com/questions/7187016/facebook-and-twitter-share-for-mobile
-web
https://developers.facebook.com/docs/reference/dialogs/feed
https://developers.facebook.com/docs/reference/dialogs/feed/

*implementation:*

    shareToFB: function()
    {
        var linkToExtensionPage = "https://addons.mozilla.org/en-US/firefox/addon/1379";
        var shareToFaceBookLine = "http://www.facebook.com/sharer.php?u=" + linkToExtensionPage;
        this.smartOpenUrl(shareToFaceBookLine);
        return ;
    },

Original issue reported on code.google.com by igor.zc on 19 May 2012 at 9:01

GoogleCodeExporter commented 9 years ago
implemented in 1.0.6.2

Original comment by igor.zc on 19 May 2012 at 9:06