[ABD] Share On [Facebook, Twitter, Orkut, Digg, MySpace,...]

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
User avatar
JesusADS
Registered User
Posts: 140
Joined: Tue Oct 27, 2009 2:26 pm
Location: Venezuela

[ABD] Share On [Facebook, Twitter, Orkut, Digg, MySpace,...]

Post by JesusADS »

Modification Name: Share On
Author: JesusADS

Modification Description: A mod that allows user to share his posts on Facebook, Twitter, Orkut, Digg, MySpace, Delicious or Technorati. (More sites could be added, just ask and i see if is possible)
Modification Version: 1.0.1 RC1

Languages: en, es
phpBB version: Tested on phpBB 3.0.5 and 3.0.6

Screenshots:

Share on - Prosilver Screenshot
Share on - Prosilver Screenshot (Not logged in Users)
Share on - Subsilver2 Screenshot
Share on - ACP Screenshot

Modification Download: [mod] Share_On_v1.0.1_RC1.zip

Note Only registered users can share on facebook.

Edited on: 05-11-09, 15:30

facebook url problem solved, I change it to beta :D

Edited on: 24-11-09, 16:36

added share on twitter button :D

Edited on: 30-11-09, 16:53

added Subsilver2 support and PhpBB 3.0.6 support :D

Edited on: 10-12-09, 15:00

Working on ACP support :D

Edited on: 13-12-09, 21:40

added ACP Configuration support and Orkut button ;)

Edited on: 15-03-10, 11:10

added Share on Digg, MySpace, Delicious and Technorati
added Share for Not Loged in users (Only for Prosilver)
Fix Problem with Orkut Images (Thanks to karot)
Fix Problem with Debug (Thanks to FreakyBlue)
Last edited by DavidIQ on Thu Jan 20, 2011 5:27 pm, edited 15 times in total.
Reason: Marked as abandoned. Please contact a member of the MOD Team to reclaim topic.
User avatar
JesusADS
Registered User
Posts: 140
Joined: Tue Oct 27, 2009 2:26 pm
Location: Venezuela

Re: [BETA] Share on Facebook and Twitter

Post by JesusADS »

Added Share on Twitter Button :D

any feedback is welcome :)
Last edited by JesusADS on Wed Nov 25, 2009 1:31 pm, edited 1 time in total.
User avatar
zake black
Registered User
Posts: 694
Joined: Fri Jan 23, 2009 8:34 am
Location: Milton Keynes (UK)
Contact:

Re: [BETA] Share on Facebook and Twitter

Post by zake black »

Cool will take a look at this :)
User avatar
cruzerv3
Registered User
Posts: 90
Joined: Thu Jul 23, 2009 10:24 am
Location: Switzerland

Re: [BETA] Share on Facebook and Twitter

Post by cruzerv3 »

Nice mod thanks, I wait for a next version 3.0.6 ready ;)
[sorry for my poor english]
jayaprabu
Registered User
Posts: 1
Joined: Wed Nov 25, 2009 8:53 am

Re: [BETA] Share on Facebook and Twitter

Post by jayaprabu »

Hi,

I am using PHPBB3, i was trying to install twitter and Facebook mod in my application, in view topic u have given some changes, that was not available in viewtopic.php

Please fix it.

Thanks
User avatar
JesusADS
Registered User
Posts: 140
Joined: Tue Oct 27, 2009 2:26 pm
Location: Venezuela

Re: [BETA] Share on Facebook and Twitter

Post by JesusADS »

cruzerv3 wrote:Nice mod thanks, I wait for a next version 3.0.6 ready ;)
should work fine :D let me test it and i let you know... ;)
User avatar
JesusADS
Registered User
Posts: 140
Joined: Tue Oct 27, 2009 2:26 pm
Location: Venezuela

Re: [BETA] Share on Facebook and Twitter

Post by JesusADS »

zake black wrote:Cool will take a look at this :)
great, any feedback is welcome :oops:
User avatar
JesusADS
Registered User
Posts: 140
Joined: Tue Oct 27, 2009 2:26 pm
Location: Venezuela

Re: [BETA] Share on Facebook and Twitter

Post by JesusADS »

jayaprabu wrote:Hi,

I am using PHPBB3, i was trying to install twitter and Facebook mod in my application, in view topic u have given some changes, that was not available in viewtopic.php

Please fix it.

Thanks

:o You're absolutely right, i don't know what hapen to me :oops: .. I already fix it, thanks ;)
eleni25
Registered User
Posts: 198
Joined: Wed Apr 26, 2006 10:30 am

Re: [BETA] Share on Facebook and Twitter

Post by eleni25 »

i get this error
'
'

Code: Select all

Parse error: syntax error, unexpected T_DOUBLE_ARROW in forum/viewtopic.php on line 1581
User avatar
JesusADS
Registered User
Posts: 140
Joined: Tue Oct 27, 2009 2:26 pm
Location: Venezuela

Re: [BETA] Share on Facebook and Twitter

Post by JesusADS »

Error found in the instructions

in viewtopic.php find

Code: Select all

		'S_IGNORE_POST'		=> ($row['hide_post']) ? true : false,
		'L_IGNORE_POST'		=> ($row['hide_post']) ? sprintf($user->lang['POST_BY_FOE'], get_username_string('full', $poster_id, $row['username'], $row['user_colour'], $row['post_username']), '<a href="' . $viewtopic_url . "&p={$row['post_id']}&view=show#p{$row['post_id']}" . '">', '</a>') : '',
	);
add Before not after (my bad :oops: )

Code: Select all

// Mod_Share_Facebook&Twitter by JesusADS
		'S_POST_FACEBOOK'	=> ($row['post_id'] == $topic_data['topic_first_post_id']) ? true : false,
		'S_POST_TWITTER'	=> ($row['post_id'] == $topic_data['topic_first_post_id']) ? true : false,
// Mod_Share_Facebook&Twitter
enjoy!! :D

PD: i fix it in the file to download ;)
Last edited by JesusADS on Thu Nov 26, 2009 9:39 pm, edited 1 time in total.
User avatar
JesusADS
Registered User
Posts: 140
Joined: Tue Oct 27, 2009 2:26 pm
Location: Venezuela

Re: [BETA] Share on Facebook and Twitter

Post by JesusADS »

eleni25 wrote:i get this error
'
'

Code: Select all

Parse error: syntax error, unexpected T_DOUBLE_ARROW in forum/viewtopic.php on line 1581
Hi! please check if the error get fix with my message before, if not, please put here the lines that give error to verify ...

Thanks :D
eleni25
Registered User
Posts: 198
Joined: Wed Apr 26, 2006 10:30 am

Re: [BETA] Share on Facebook and Twitter

Post by eleni25 »

it's work finenow :):):) thanks
User avatar
JesusADS
Registered User
Posts: 140
Joined: Tue Oct 27, 2009 2:26 pm
Location: Venezuela

Re: [BETA] Share on Facebook and Twitter

Post by JesusADS »

eleni25 wrote:it's work finenow :):):) thanks
Great! :D enjoy it .. ;)
owen82
Registered User
Posts: 1
Joined: Sat Nov 28, 2009 12:20 am

Re: [BETA] Share on Facebook and Twitter

Post by owen82 »

Hello I'm new here i had been looking for something like this but I'm a noob and don't know how to install mods, could somebody tell me how to do it, where to go and what to put i imagine this is done on ftp or not like i said i know 0 about this but i"m a fast learner.. please i would really appreciate any help.. thanks alot :?
Last edited by Tom on Sat Nov 28, 2009 2:46 am, edited 1 time in total.
Reason: Removed unnecessary text BBCodes.
Bsalu
Registered User
Posts: 24
Joined: Sat Oct 31, 2009 5:54 pm

Re: [BETA] Share on Facebook and Twitter

Post by Bsalu »

Any plan for subsilver2?
Locked

Return to “[3.0.x] Abandoned MODs”