PDA

View Full Version : BB Code Enhancements - Google, yahoo and live search


Fatal Hazard
10-29-2012, 11:00 PM
These BB Codes allow you to link anything to a Google, Yahoo or Live search.

Google Search:

Title: Google Search Link
BB Code Tag Name: GoogleSearch
Replacement:
<a href="http://www.google.com/search?hl=en&q={param}&btnG=Google+Search&aq=f&oq= " target="_blank">Go To Google Search <i>{param}</i></a>Example: test
Description: Adds a link to a Google Search.

Yahoo Search:

Title: Yahoo Search Link
BB Code Tag Name: YahooSearch
Replacement:
<a href="http://search.yahoo.com/search?p={param}&fr=yfp-t-501&toggle=1&cop=mss&ei=UTF-8" target="_blank>Go To Yahoo Search <i>{param}</i></a>Example: test
Description: Adds a link to a Yahoo Search.

Live Search

Title: Live Search
BB Code Tag Name: LiveSearch
Replacement:
<a href="http://search.live.com/results.aspx?q={param}&go=&form=QBLH" target="_blank">Go To Live Search <i>{param}</i></a>Example: test
Description: Adds a link to a Live Search.



FOR EACH ONE SET THE FOLLOWING:
Use {option}
No

Remove Tag If Empty
Yes

Disable BB Code Within This BB Code
Yes

Disable Smilies Within This BB Code
Yes

Disable Word Wrapping Within This BB Code
Yes

Disable Automatic Link Parsing Within This BB Code
No


Thanks and enjoy!:D

stl7997
10-30-2012, 08:17 PM
Nice BB code. Is there a way to have it open in a new window/tab?

nacaruncr
10-30-2012, 08:28 PM
you could add the "target:_blank" before colose the tag, example:
<a href="http://search.live.com/results.aspx?q={param}&go=&form=QBLH">Go To Live Search <i>{param}</i></a>

<a href="http://search.live.com/results.aspx?q={param}&go=&form=QBLH" target="_blank">Go To Live Search <i>{param}</i></a>

some like this :/ I don't know...

tanzeelniazi
10-31-2012, 11:55 PM
working Perfect thanks