Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't Personalize the the thumbnail for facebook #2

Open
JuanCrg90 opened this issue Oct 19, 2015 · 2 comments
Open

I can't Personalize the the thumbnail for facebook #2

JuanCrg90 opened this issue Oct 19, 2015 · 2 comments

Comments

@JuanCrg90
Copy link

Hi, i try to use the package for share a project page in facebook, twitter and pinterest, but when i try to share to facebook the thumbnail is the user avatar and i want put an specific image, this is my helper

shareData : function() {
    var project = Template.instance().Project();
    return {
        title: project.name,
        text: project.name,
        summary: project.thumbnails[0],
        article: project.thumbnails[0],
        thumbnail: project.thumbnails[0],
        image: project.thumbnails[0],
       media: project.thumbnails[0], //pinterest thumbnail
       description: project.longDescription, //pinterest description
       url: Meteor.absoluteUrl('project/'+ project._id)
    };
  }

I don't know what is my problem, in pinterest i can do it, but in facebook not.

cheers.

@dolgarev
Copy link
Owner

Hello! I will try to find out this trouble. :)

@gorgekara
Copy link

Same happens to me as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants