Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

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

@JuanCrg90

Description

@JuanCrg90

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions