User | Post |
4:33 pm October 3, 2011
| Aaron Hung
| | |
| Member | posts 254 | |
|
|
The ones that floats along the top or bottom of your website. Do you think they're too obstrusive? does it bother you?
I'm thinking about putting one up but want to know what you guys think
|
|
|
5:43 pm October 3, 2011
| krantcents
| | |
| Member | posts 909 |
|
|
|
I tried it, but found it intrusive.
|
|
|
6:13 pm October 3, 2011
| Jeff Rose
| | |
| Member | posts 574 |
|
|
|
I've tried the floating one at the bottom (forgot the name of it) and I've also used the Hello Bar. Personally, I like the Hello Bar better. Although, I don't have it up now, I'm considering adding it back to include a link to an affiliate post on my site.
|
|
|
6:36 pm October 4, 2011
| Miss T @ Prairie Eco-Thrifter
| | |
| Member
| posts 2213 |
|
|
|
krantcents said:
I tried it, but found it intrusive.
I think they look intrusive too. Has anyone had great success with them?
|
|
|
7:34 pm October 4, 2011
| 20s Finances
| | |
| Admin
| posts 1147 |
|
|
|
I too don't like them, with a passion. Similar to Miss T, I'd be interested to hear if they are successful.
|
|
|
8:23 pm October 4, 2011
| Sustainable PF
| | |
| Member
| posts 2759 |
|
|
|
Miss T @ Prairie Eco-Thrifter said:
krantcents said:
I tried it, but found it intrusive.
I think they look intrusive too. Has anyone had great success with them?
We have the media.net bar up on our site right now. I don't mind it myself, but i'm not who i'm writing for.
It has earned us some money.
I did not like Hello Bar or Wibiya however.
If people find the media.net bar annoying, please drop me an email!
|
|
|
8:28 pm October 4, 2011
| Jeff Rose
| | |
| Member | posts 574 |
|
|
|
20sfinances said:
I too don't like them, with a passion. Similar to Miss T, I'd be interested to hear if they are successful.
The only thing that I gather is that Tim Ferriss and Ramit Sethi both use them and these guys are testing fools. They've both had them on their site for quite sometime.
I guess I just need to add mine back and test my affiliate post theory. Will report back….
|
|
|
9:15 pm October 4, 2011
| Squirrelers
| | |
| Member | posts 986 |
|
|
|
Personally, I don't like those things. They're annoying, so I don't want them on my site either.
That said, Jeff has a good point in his comment above about Ramit having it. If it's been on his site for a while, there's probably a good reason for it.
|
|
|
4:11 am October 5, 2011
| Henry @ TotallyMoney
| | London | |
| Member | posts 95 | |
|
|
I don't like them, but it would probably worth trying out. If it is at the bottom of page I find it less annoying than at the top.
|
|
|
4:36 am October 5, 2011
| 20s Finances
| | |
| Admin
| posts 1147 |
|
|
|
I agree with this. @SPF, I actually noticed this the other day (or maybe yesterday) and I wasn't annoyed. I was thinking more of the one on the top. I may look into putting one at the bottom considering the comments above. Great thread aaron.
Henry @ TotallyMoney said:
I don't like them, but it would probably worth trying out. If it is at the bottom of page I find it less annoying than at the top.
|
|
|
5:42 am October 5, 2011
| Aaron Hung
| | |
| Member | posts 254 | |
|
|
I kinda like how SPF has it on top though, looks like it belongs there.
|
|
|
6:35 am October 5, 2011
| SavingMentor
| | |
| Member | posts 217 |
|
|
|
One thing that many people don't consider about these bars is that it totally screws up in page searching. If you google something, click through to a page and want to find the keyword you were searching, then when you execute the browser find the highlighted search result will be covered by the bar at the bottom.
I just tried it on SPFs site to confirm again that this is in fact true, and it is. I've run across this so many times when Googling around and it annoys the heck out of me. I probably use the find functionality of a web browser much more often than most people though.
Most people don't have Firefox, Chrome, and Internet Explorer open all the time with 50 tabs spread across them either.
|
|
|
8:54 am October 5, 2011
| Eric – PersonalProfitability.com
| | Portland, OR | |
| Member
| posts 2120 |
|
|
|
I also like Hello Bar, but that is a simple top of page bar that goes away when you scroll. Ones that follow me around are annoying to say the least.
|
|
|
9:57 am October 5, 2011
| Jeff Rose
| | |
| Member | posts 574 |
|
|
|
Okay, I know I got this stupid thing to work before. Anyone use the Hello Bar on Thesis? I've copy and pasted the javascript in every possible place and can't get it to work.
|
|
|
1:04 pm October 5, 2011
| Suba @ Wealth Informatics
| | |
| Moderator
| posts 1876 |
|
|
|
Jeff, add it to the thesis_hook_before_header hook. It is not working with that hook?
|
|
|
3:49 pm October 5, 2011
| TightFistedMiser
| | |
| Member | posts 361 |
|
|
|
I haven't tried them since I personally don't like to see them when I visit websites. If I didn't think my readers would mind I would try one out.
|
|
|
7:18 pm October 5, 2011
| Jeff Rose
| | |
| Member | posts 574 |
|
|
|
Suba @ Wealth Informatics said:
Jeff, add it to the thesis_hook_before_header hook. It is not working with that hook?
If it's javascript, do you have to do wrap it with something to make it work in Thesis Open hook?
For some reason I thought you had, too. I tried it by itself and it didn't work.
|
|
|
7:40 pm October 5, 2011
| Suba @ Wealth Informatics
| | |
| Moderator
| posts 1876 |
|
|
|
I don't have openhook, I usually put them in the custom_functions.php file.
function hello_bar() { ?>
<script>…</script><noscript>..</noscript>
<?php }
add_action('thesis_hook_before_header','hello_bar');
This is how I have it. if you are putting it in openhook, may be you have to enable scripts or something?
Wrap the script inside <div class="hellobar"></div> if you want to customize it within thesis or if you want to display it only on the home page you can add is_home() or only on individual pages is_single() or only on certain pages that are relevant to the affiliate post that you are planning to add is_single('postid')…
I do have it, but it is not displayed all the time, it is still in the split testing mode so only 3 out of 10 people see it.
|
|
|
9:08 pm October 5, 2011
| Jeff Rose
| | |
| Member | posts 574 |
|
|
|
Suba @ Wealth Informatics said:
I don't have openhook, I usually put them in the custom_functions.php file.
function hello_bar() { ?>
<script>…</script><noscript>..</noscript>
<?php }
add_action('thesis_hook_before_header','hello_bar');
This is how I have it. if you are putting it in openhook, may be you have to enable scripts or something?
Wrap the script inside <div class="hellobar"></div> if you want to customize it within thesis or if you want to display it only on the home page you can add is_home() or only on individual pages is_single() or only on certain pages that are relevant to the affiliate post that you are planning to add is_single('postid')…
I do have it, but it is not displayed all the time, it is still in the split testing mode so only 3 out of 10 people see it.
That worked! At first it didn't because I didn't turn it on.
|
|
|