Jump to content

Share via twitter suggestion


majdi

Recommended Posts

currently, the tweet generated by IPB share via twitter have the following form: forum_name - title - link
i suggest changing the forum_title by the official twitter account so it becomes: @twitter_account - title - link

Link to comment
Share on other sites


yeah but i want this feature so my official twitter account appears in every tweeted message by my members.



So, this actually isnt a suggestion for IPB, its a feature *you* want. Which can be easily added by just changing your templates.

Open up the IPB file at

admin/sources/classes/share/plugins/twitter.php

Find this part:


		$url   = "http://twitter.com/home?status=" . urlencode( $title ) . '%20-%20' . urlencode( $url );

Change it to this:


		$url   = "http://twitter.com/home?status=@Username" . urlencode( $title ) . '%20-%20' . urlencode( $url );


Replace "@Username" with the username you wanted to use.

Save and upload.

Tada.

Link to comment
Share on other sites

  • 5 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...