Results 1 to 3 of 3
-
7th Feb 2012, 09:59 PM #1OPBannedWebsite's:
Seecure.me[WCDDL] Google Plus Ones, Modification
[WCDDL] Google Plus Ones, Modification
Description:
Add's a small Google Plus one's icon to each row of downloads (bubble).
Example:
How to implement?
1. open 'index.php' with notepad2/any ide
2. Find this line or similar:
PHP Code:<tr><td>Type</td><td><strong>Title</strong></td><td>Views</td></tr>
PHP Code:<tr><td>Type</td><td><strong>Title</strong></td><td>Views</td><td>Google Plus</td></tr>
PHP 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>
</tr>
PHP 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>
7. Add this between <head></head>
PHP Code:<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
-- Won't work on localhost._Vick Reviewed by _Vick on . [WCDDL] Google Plus Ones, Modification Google Plus Ones, Modification Description: Add's a small Google Plus one's icon to each row of downloads (bubble). Example: http://screensnapr.com/e/EQhYvb.jpg How to implement? 1. open 'index.php' with notepad2/any ide Rating: 5
-
7th Feb 2012, 10:07 PM #2Respected DeveloperWebsite's:
wrzc.orgPHP Code:<g:plusone size="small" href="download.php?id=<?php echo $row->id; ?>"></g:plusone>
Replace above with this if you want it to be html5 valid and have consistent root urls. eg all with or without the www part.
PHP Code:<div class="g-plusone" data-size="small" data-href="<?php echo WCDDL_PATH; ?>download.php?id=<?php echo $row->id; ?>"></div>
Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
-
7th Feb 2012, 10:08 PM #3OPBannedWebsite's:
Seecure.meThank's Happy!
I was having problems with that for the next one I'm about to post up, helps alot!
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[WCDDL] Tweet Download on Twitter, Modification
By _Vick in forum Web Development AreaReplies: 1Last Post: 8th Feb 2012, 12:13 AM -
[WCDDL] Facebook Likes, Modification
By _Vick in forum Web Development AreaReplies: 0Last Post: 7th Feb 2012, 10:15 PM -
What the name of this modification?
By Snell in forum phpBBReplies: 2Last Post: 28th May 2010, 12:40 PM -
[WCDDL] Bold Keywords in Search Results - Same As Google!
By tdsii in forum Webmaster ResourcesReplies: 2Last Post: 3rd May 2009, 09:46 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...