Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
"See More" Google Custom Search (Lite) - Increase Adsense revenue! Details »»
"See More" Google Custom Search (Lite) - Increase Adsense revenue!
Version: 1.2.3, by tpearl5 tpearl5 is offline
Developer Last Online: Aug 2022 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.x.x Rating:
Released: 06-18-2014 Last Update: 09-15-2014 Installs: 39
Uses Plugins Auto-Templates
Additional Files Is in Beta Stage  
No support by the author.

ForumSetup.net?s ?See More? Google Custom Search will allow visitors to easily find similar content on your site and increase your Adsense revenue! Many sites that have this modification installed have also reported a bump in pages per visitor and a decreased bounce rate as well!

How does it do this? A ?See More? link is inserted in the first post of a thread. If a user is coming from a search engine, the keyword they used to search will be used to link to a Google Custom Search to find more similar content on your site. If the modification cannot get the keyword or a user is browsing your site, the title of the thread will be used instead. The free version of Google Custom Search inserts relevant ads, increasing your Adsense revenue at the same time.

Features:
  • Displays search results within your site (does not go to Google)
  • Statistics in Google Analytics
  • Customize the See More font and link
  • Change ?See More? text to whatever you want
  • Change the HTML around the See More link
  • Option to show popular queries & the time period they are from

Pro only features:
  • Option to show the See More link to members or specific usergroups
  • Turn off showing the thread title as the See More link
  • Choose from 4 different locations for the link (before/after first post, before/after signature)
  • Replace the default vBulletin search box with Google Custom Search
  • Option to show the replaced search box to members or specific usergroups
  • Removes link to ForumSetup.net in footer

Case Studies & Reviews

Case Study: cellphoneforums.net
Cell Phone Forums saw a number of different positive metrics immediately after installing See More Google Custom Search. The See More link is set to display just below the first post content and thread titles are turned on.

  • Bounce Rate decreased by 5.5%
  • Pages/Session increased 12%
  • Avg. Session Duration increased 10%
  • Search page RPM: $15.88
  • Adsense revenue: 64% increase


Case Study: nikonites.com
Nikonites also did well and saw better numbers with See More Google Custom Search installed.
  • Bounce Rate decreased by 2%
  • Search page RPM: $9.39
  • Adsense revenue: 23% increase

Review: https://vborg.vbsupport.ru/showpost....2&postcount=89
Review 2: https://vborg.vbsupport.ru/showpost....1&postcount=86

Results will vary depending on site traffic and subject matter.

Installation

Google Custom Search Setup
  1. First, you'll need to set things up with Google Custom Search if you haven't already. We are already assuming you have a Google Adsense account setup and it is linked with Custom Search
  2. Go to https://www.google.com/cse/create/new
  3. Enter all information and click Create
  4. Under "Edit search engine" go to "Look and feel"
  5. Click "Full width" and click Save
  6. Go to "Setup"
  7. Click the "Make money" tab, and make sure "Search Engine Monetization" is on and your AdSense account is hooked up
  8. On the "Basics" tab under the Details section click - "Search engine ID"
  9. Take note of your Search Engine ID


See More install & setup
  1. Once you download the package, unzip it
  2. Upload gsearch.php to your forum root
  3. Install the product xml under the admincp. Plugins & Projects > Manage Products > Add/Import Product (at the bottom)
  4. Go to Settings > Options > "See More" Google Custom Search
  5. Insert your pub id as noted in the last step of the previous section
  6. If you wish to change how the results page looks the template is named see_more_gsearch
  7. That's it!

Release Log
  • 6/18/14 - 1.0 - Initial Release
  • 6/20/14 - 1.0.1 - corrected issue with Google ID verification
  • 6/28/14 - 1.2.1 - Added option to display popular queries on search results page & choose the period of time they are from ? Caching of search page template ? Fixed validation error with Google Search ID - Fixed an issue where links were not appearing for some setups ? Removed search page centering ? Added support for different character encoding.
  • 7/24/14 - 1.2.2 - Fixed character encoding issue - Added Who's Online location
  • 9/16/13 - 1.2.3 - Fixed another character encoding issue - Added mobile style support

The lite version adds a link to ForumSetup.net to the footer of the search results page and thread pages. The pro version does not have this and adds some other features. To learn more, please see this page.

Download Now

File Type: zip See_More_Google_Custom_Search_Lite-1.2.2.zip (4.9 KB, 77 views)
File Type: zip See_More_Google_Custom_Search_Lite-1.2.3.zip (5.0 KB, 166 views)

Screenshots

File Type: png see_more_postbit.PNG (28.8 KB, 0 views)
File Type: png see_more_results.PNG (72.7 KB, 0 views)
File Type: jpg see_more_admincp.jpg (126.9 KB, 0 views)
File Type: png see_more_search.PNG (4.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #122  
Old 07-31-2014, 08:51 PM
fai99al99 fai99al99 is offline
 
Join Date: Sep 2011
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
OK I found a solution to make it work.
I just replaced urlencode with utf8_encode and everything is fine now on my site.
didnt work for Arabic titles, return letters like this "??? ?? ????? ????? ??".

Iam not a coder, but I tried to add a function to convert text from windows-1256 to UTF8 and it worked.
Reply With Quote
  #123  
Old 08-01-2014, 01:13 AM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fai99al99 View Post
didnt work for Arabic titles, return letters like this "??? ?? ????? ????? ??".

Iam not a coder, but I tried to add a function to convert text from windows-1256 to UTF8 and it worked.
That also makes sense since utf8_encode only handles ISO-8859-1.

I've made it so this version handles every form of character encoding and just makes them all utf-8 for simplicity. It'll also handle characters that shouldn't be in a URL. Google seems to be very picky about what comes after the q=

For those of you that were having issues, please let me know if this works and I'll update the product. Unfortunately I have no easy way to test this if you couldn't tell.
Attached Files
File Type: xml product-see_more-1.2.3-character_encoding5.xml (16.2 KB, 17 views)
Reply With Quote
  #124  
Old 08-01-2014, 09:57 PM
fai99al99 fai99al99 is offline
 
Join Date: Sep 2011
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tpearl5 View Post
That also makes sense since utf8_encode only handles ISO-8859-1.

I've made it so this version handles every form of character encoding and just makes them all utf-8 for simplicity. It'll also handle characters that shouldn't be in a URL. Google seems to be very picky about what comes after the q=

For those of you that were having issues, please let me know if this works and I'll update the product. Unfortunately I have no easy way to test this if you couldn't tell.
works great :up:
Reply With Quote
  #125  
Old 08-04-2014, 07:32 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fai99al99 View Post
works great :up:
Awesome!
Reply With Quote
  #126  
Old 08-04-2014, 07:57 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

fyi, anyone looking to get this working on the mobile style, you just need to create new template under the mobile style, name is "see_more_gsearch", and copy the contents of the template with the same name in your main style into it. Google automatically adjusts things for smaller screens.
Reply With Quote
  #127  
Old 08-07-2014, 12:45 AM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tpearl5 View Post
fyi, anyone looking to get this working on the mobile style, you just need to create new template under the mobile style, name is "see_more_gsearch", and copy the contents of the template with the same name in your main style into it. Google automatically adjusts things for smaller screens.
and, I'll include this in the next release...
Reply With Quote
  #128  
Old 08-21-2014, 07:37 PM
rememusa rememusa is offline
 
Join Date: Dec 2010
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi all,

I need help with the plugin above. I installed the plugin on my site following the instructions but it did not work for me.

I cant see the ads and I cannot see the Google Search bar.

I followed all the instructions as I was told to do so.

One stupid question Do I need to have the Vbulleting integration with Google adsense in order to this plugin to work?

I dont have that option integrated between both plataform.

Another thing is my forum site is in Portuguese, I am not sure if it affects anything because of the language.

Thank you!
Reply With Quote
  #129  
Old 08-22-2014, 01:20 AM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rememusa View Post
Hi all,

I need help with the plugin above. I installed the plugin on my site following the instructions but it did not work for me.

I cant see the ads and I cannot see the Google Search bar.

I followed all the instructions as I was told to do so.

One stupid question Do I need to have the Vbulleting integration with Google adsense in order to this plugin to work?

I dont have that option integrated between both plataform.

Another thing is my forum site is in Portuguese, I am not sure if it affects anything because of the language.

Thank you!
try the product file in this post: https://vborg.vbsupport.ru/showpost....&postcount=122

what happens when you go to yoursite.com/gsearch.php? Make sure that you followed the instructions exactly for the CSE setup and that you have your settings set correctly.

No, you don't need the adsense integration - no one does. haha
Reply With Quote
  #130  
Old 08-22-2014, 05:34 PM
rememusa rememusa is offline
 
Join Date: Dec 2010
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tpearl5 View Post
try the product file in this post: https://vborg.vbsupport.ru/showpost....&postcount=122

what happens when you go to yoursite.com/gsearch.php? Make sure that you followed the instructions exactly for the CSE setup and that you have your settings set correctly.

No, you don't need the adsense integration - no one does. haha
I tried the file and still not working. When I go to mysite.com/forum/gsearch.php? it send me to another page without showing any results or messages, plain page.

thank you
Reply With Quote
  #131  
Old 08-22-2014, 05:39 PM
rememusa rememusa is offline
 
Join Date: Dec 2010
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rememusa View Post
I tried the file and still not working. When I go to mysite.com/forum/gsearch.php? it send me to another page without showing any results or messages, plain page.

thank you
I do have this error message on setup my account

Error:
You did not enter a valid value for this setting.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:36 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04974 seconds
  • Memory Usage 2,355KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete