Upstatement / quickshare

Simple way of implementing social media share buttons
26 stars 2 forks source link

Make the "Sharing:" text settable #11

Closed mswartz closed 9 years ago

mswartz commented 9 years ago

People might want to configure the text that pops up in your share window. Right now the "Sharing:" text appears to be hardcoded, would be nice to pass this to quickshare() as a param.

jarednova commented 9 years ago

@mswartz I'm going to take a look at this for now. I recall @thetmkay making that adjustable so I want to check the docs first to see if it's just a documentation oversight

thetmkay commented 9 years ago

Apologies for the delay, @mswartz have you tried adding the data-qs-tweet-body attribute?

See https://github.com/Upstatement/quickshare/wiki/Service-Attributes-Reference#tweet-body

mswartz commented 9 years ago

@thetmkay I have not! That looks like what I was looking for. To be honest i've only used quickshare for a few minutes. Will give it a try. Thanks!