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

remove the url to post from tweet? #3

Open
ldiano opened this issue Oct 17, 2013 · 6 comments
Open

remove the url to post from tweet? #3

ldiano opened this issue Oct 17, 2013 · 6 comments

Comments

@ldiano
Copy link

ldiano commented Oct 17, 2013

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,

@jbenton
Copy link
Owner

jbenton commented Oct 18, 2013

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

@ldiano
Copy link
Author

ldiano commented Oct 18, 2013

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

Thanks and have a great weekend. L.

@ldiano
Copy link
Author

ldiano commented Oct 21, 2013

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

@ldiano
Copy link
Author

ldiano commented Oct 24, 2013

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

1 similar comment
@ldiano
Copy link
Author

ldiano commented Oct 29, 2013

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

@tamanmerah
Copy link

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

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

No branches or pull requests

3 participants