Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   StumbleUpon putting "&" after url (http://forum.bytesforall.com/showthread.php?t=4641)

makeitrein Nov 29, 2009 12:06 PM

{Solved} StumbleUpon putting "&" after url
 
Hi everyone!

My website is www.studykills.com.

At the bottom of the page, there is a logo slideshow.

If you click on the StumbleUpon button, it directs you to the Stumble page.

However, the url of my website reads "www.studykills.com/&"

The link to StumbleUpon is:

http://www.stumbleupon.com/submit?ur...2F%26%3D%2B%2B

Major kudos to anyone who can help me.:)

juggledad Nov 29, 2009 01:50 PM

What version of Atahualpa and WP?
How did you come about that footer? ie the html?
Does Stumble upon provide it?
Is it a Plugin and short code? (If so which one? where do you get it?)

makeitrein Nov 29, 2009 05:25 PM

Thanks for replying Juggledad.

1. Newest versions of both Wordpress and Atahulapa

2. Footer is made with plugin LogoSlideshow. LogoSlideshow has a basic options page to input images and links.

3. StumbleUpon does indeed provide the code: http://www.stumbleupon.com/buttons/

4. See #2

I believe the problem lies with the code.

Here is the code for the button that they give me:

Code:

<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"><img src="http://cdn.stumble-upon.com/images/32x32_thumb.gif"></a>
Replacing the_permalink and the_title, and removing everything besides the link gives me:

Code:

http://www.stumbleupon.com/submit?url=<?php www.studykills.com(); ?>&title=<?php StudyKills(); ?>
And... I might have just solved it!

Thanks Juggledad!

(Before I give this thread the solved tag, let me double check that it works)


All times are GMT -6. The time now is 11:18 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.