tweetable-text icon indicating copy to clipboard operation
tweetable-text copied to clipboard

remove the url to post from tweet?

Open ldiano opened this issue 11 years ago • 6 comments

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,

ldiano avatar Oct 17 '13 18:10 ldiano

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';

jbenton avatar Oct 18 '13 16:10 jbenton

This is just what I was looking for. I'll give it a go...

Thanks and have a great weekend. L.

ldiano avatar Oct 18 '13 18:10 ldiano

Hi, Something I'm doing or the code is doing is not working. How can we proceed. Shall I email the error messages?

ldiano avatar Oct 21 '13 03:10 ldiano

Hi Joshua, Any chance I can get some assistance on this query? Thanks,

ldiano avatar Oct 24 '13 18:10 ldiano

Hi Joshua, Any chance I can get some assistance on this query? Thanks,

ldiano avatar Oct 29 '13 13:10 ldiano

  • 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.

tamanmerah avatar Apr 17 '15 08:04 tamanmerah