Can't figure out how or where I can add a widget code for a fundraiser
-
I am trying to add a link to a fundraiser for an organ donation recipient. I can’t figure out how. Been reading support articles for 2 hours and don’t get it….It is urgent. Thanks for any help! Jeanne
Here is the code: [sourcecode language=”css”]
<div style=”width:240px;text-align:center”>
<script type=”text/javascript”
src=”http://www.giveforward.com/widget.js”>
</script>
<script type=”text/javascript”>
BuildWidget(‘michaelssecondwind’);
</script>
<a href=”http://www.giveforward.com”
target=”_blank”
style=”color:#4577B3;font-size:12px”>Medical Fundaising Made Simple</div>
[/sourcecode]The blog I need help with is: (visible only to logged in users)
-
I’m afraid you can’t use javascript in a WordPress.com blog. Please read this:
https://en.forums.wordpress.com/topic/please-read-me-first-before-posting?replies=1
However, you could just put a normal link into your sidebar (in a text widget) that goes to the page you want.
-
-
You can add this part of the code (some of the code was missing which I corrected)
<a style="color: #4577b3; font-size: 12px;" href="http://www.giveforward.com" target="_blank">Medical Fundaising Made Simple</a>Which will make a text link in a text widget. Also take a look at the following support pages on text widgets and text widget links.
http://en.support.wordpress.com/widgets/text-widget/
http://en.support.wordpress.com/links/text-widget-links/ -
I must be doing something wrong….I put it in and it just shows up on my blog as code…Sorry, I am not used to working with code. Thanks for being so patient and for your assistance.
-
I got it to work going to the Give Forward Site, but would like it to go to Michael’s page on the site, which is this:
http://www.giveforward.com/michaelssecondwind
They have a button there to get the widget, but it isn’t working…
-
-
-
- The topic ‘Can't figure out how or where I can add a widget code for a fundraiser’ is closed to new replies.