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

Next feature: Meta attributes as variables #47

Closed
dbox opened this issue Aug 6, 2014 · 4 comments
Closed

Next feature: Meta attributes as variables #47

dbox opened this issue Aug 6, 2014 · 4 comments

Comments

@dbox
Copy link
Contributor

dbox commented Aug 6, 2014

The next thing we'd like to add is a way to edit all the meta attributes across all the services as variables.

It seems all the services use something from this list (Am I missing any?):

$shareUrl, $shareEmailSubject, $shareEmailBody, $shareImage, $shareDescription, $shareDescriptionEncoded (could be done auto .. too much?)

Some of these may need to be changed on a page by page basis.

Question for you guys: what would be your ideal workflow for inputting this data? Data-attribute? JS config file?

/cc @joshuatuscan @garand @scottaohara @Rynaro

@garand
Copy link
Contributor

garand commented Aug 6, 2014

I would think JS config would be nice. Something like this.

$.rrssb({
    url: "http://site.com",
    emailSubject: "Email Subject Here",
    emailBody: "Email Body Here",
    image: "http://site.com/image.jpg",
    description: "Description here.",
});

@scottaohara
Copy link
Contributor

Agree with @garand

I like his solution

@Rynaro
Copy link
Contributor

Rynaro commented Aug 12, 2014

I also agree with @garand
It is a great solution

@dbox
Copy link
Contributor Author

dbox commented Oct 27, 2014

Anyone want to take a stab at this? @joshuatuscan and I are pretty slammed at the moment.

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

No branches or pull requests

4 participants