tweetable-text
tweetable-text copied to clipboard
remove the url to post from tweet?
Is it possible to drop the post url from the tweet. It takes up too many characters. Instead I'd like to add the twitter id. Any advice you can provide would be appreciated. Cheers,
You can drop the URL by deleting this:
."&url=".urlencode($permalink)."
from lines 36 and 40.
If you wanted to hardcode a Twitter handle, you could add this as a new line 34:
$tweetcontent .= ' @yourtwitterhandle';
This is just what I was looking for. I'll give it a go...
Thanks and have a great weekend. L.
Hi, Something I'm doing or the code is doing is not working. How can we proceed. Shall I email the error messages?
Hi Joshua, Any chance I can get some assistance on this query? Thanks,
Hi Joshua, Any chance I can get some assistance on this query? Thanks,
- what if i want to automatically add #myownhashtag
- and use wp.me shortlink?
- add add the shortcut button to tinyMCE? need help. because your plugin is awesome.