I play with telescope (meteor open source project) and I want to share the post link instead of source link on Facebook; so I did,in the telescope-module-share package, something like this:
sourceLink: function(){
return window.location.origin + "/posts/"+this._id;
},
It works great, except when I share the post on Facebook, it display the title and description of home page instead of the post shared!!
Anyone have an idea to fix it, please!!!