Results 1 to 1 of 1
-
7th Feb 2012, 10:15 PM #1OPBannedWebsite's:
Seecure.me[WCDDL] Facebook Likes, Modification
[WCDDL] Facebook Likes, Modification
Description:
Add's a "Like", and ability to post to facebook little logo thing for each download.
Example:
How to implement?
1. You must have a facebook app, refer here - http://developers.facebook.com/docs/.../plugins/like/
2. Open 'index.php' with notepad2/ide
3. Insert this first bit of code right below <body>
4. Find this line:
PHP Code:<tr><td>Type</td><td><strong>Title</strong></td><td>Views</td><td>Google Plus</td></tr>
PHP Code:<tr><td>Type</td><td><strong>Title</strong></td><td>Views</td><td>Google Plus</td><td>Facebook</td></tr>
Code:<tr> <td><?php echo $row->type; ?></td> <td><a href="download.php?id=<?php echo $row->id; ?>"><?php echo $row->showTitle(); ?></a></td> <td><?php echo $row->views; ?></td> <td><g:plusone size="small" href="download.php?id=<?php echo $row->id; ?>"></g:plusone></td> </tr>
Code:<tr> <td><?php echo $row->type; ?></td> <td><a href="download.php?id=<?php echo $row->id; ?>"><?php echo $row->showTitle(); ?></a></td> <td><?php echo $row->views; ?></td> <td><g:plusone size="small" href="download.php?id=<?php echo $row->id; ?>"></g:plusone></td> <td><div class="fb-like" data-href="<?php echo WCDDL_PATH; ?>download.php?id=<?php echo $row->id; ?>" data-send="false" data-layout="button_count" data-width="40" data-show-faces="false"></div></div></td> </tr>
_Vick Reviewed by _Vick on . [WCDDL] Facebook Likes, Modification Facebook Likes, Modification Description: Add's a "Like", and ability to post to facebook little logo thing for each download. Example: http://screensnapr.com/e/HMHHY8.jpg How to implement? 1. You must have a facebook app, refer here - http://developers.facebook.com/docs/reference/plugins/like/ Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Buying] facebook fans (likes) or trick to get massive likes
By gt911 in forum Completed TransactionsReplies: 6Last Post: 25th Apr 2012, 03:27 AM -
[Selling] Likes in Facebook , 7$ by 1000 Likes! [Fans Page]
By Ochsoa.- in forum Completed TransactionsReplies: 15Last Post: 10th Apr 2012, 04:07 PM -
[Selling] Likes in Facebook , 7$ by 1000 Likes! [Fans Page]
By Ochsoa.- in forum Completed TransactionsReplies: 2Last Post: 7th Apr 2012, 02:47 PM -
[WCDDL] Google Plus Ones, Modification
By _Vick in forum Web Development AreaReplies: 2Last Post: 7th Feb 2012, 10:08 PM -
My first WCDDL modification - Better pagination
By CyberJ37 in forum Webmaster ResourcesReplies: 0Last Post: 24th Jan 2009, 11:16 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...