We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?)
$shareUrl
$shareEmailSubject
$shareEmailBody
$shareImage
$shareDescription
$shareDescriptionEncoded
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
The text was updated successfully, but these errors were encountered:
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.", });
Sorry, something went wrong.
Agree with @garand
I like his solution
I also agree with @garand It is a great solution
Anyone want to take a stab at this? @joshuatuscan and I are pretty slammed at the moment.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: