well, I gotta new Blogspot Design on [link] and i got 2 problems, first and most important thing is
x I wanna add below "follow me" the widget of blogspot, that people are aloud to follow me, I really get crazy about this because I can't find any HTML code
second thing is
x It doesn't show the function to comment my entries!
any Ideas? Please comment or note, thank you!
S E L F P R O M O T I O N
F E A T U R E D
<b:widget id='Followers1' locked='false' title='' type='Followers'/>
into html basic code, if you see the page works fine.
I think the problem is that missing tag arround the widget, i still not well investigated yet, but i think the widget needs arround something like
find
<div id="follow" style="display: none;">
<div class="clouds">follow
<div id="music">
.....
<div id="moon">
and reemplace the ... with the widget code, the ..... must have all code to show in the followers area, i think the blogger parser understand the code b:widget in old templates
I'm still investigating, but I'll post when I find, tell me if works XD
<script type="text/javascript" src="[link]"></script>
<div id="div-8906168425979364694" style="width:200px;border:1px solid #cccccc;">
<script type="text/javascript">
var skin = {};
skin['BORDER_COLOR'] = '#cccccc';
skin['ENDCAP_BG_COLOR'] = '#e0ecff';
skin['ENDCAP_TEXT_COLOR'] = '#333333';
skin['ENDCAP_LINK_COLOR'] = '#0000cc';
skin['ALTERNATE_BG_COLOR'] = '#ffffff';
skin['CONTENT_BG_COLOR'] = '#ffffff';
skin['CONTENT_LINK_COLOR'] = '#0000cc';
skin['CONTENT_TEXT_COLOR'] = '#333333';
skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc';
skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';
skin['CONTENT_HEADLINE_COLOR'] = '#333333';
skin['NUMBER_ROWS'] = '4';
google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */);
google.friendconnect.container.renderMembersGadget(
{ id: 'div-8906168425979364694',
site: '12080845644564988077' },
skin);
</script>
i try in my site and works
(if you want i send you my msn to try with your blog because in the air its hard imagine the results without the code)
<div class='widget-content' id='Followers1'>
<h2 class='title'>Seguidores</h2>
<div class='widget-content'>
<script type='text/javascript'>
function ventanaFollow() {
window.open("[link] "followblog", "height=600, width=600, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no" );
}
</script>
<img src='[link]>
You've got incorrectly nested <div> tags, <td> inside a <div> (which is bad markup) and possibly the key point of your 'follow me' button not working is the resource to create the button is not found (HTTP 404 error returned for the resource requested). You've also got security issues with the iFrame in so much that the domain in which some of the content resides is not the same domain from which your blog is hosted.
These are all the errors reported:-
2010_08_01_archive.html:294<td> is not allowed inside <div>. Content ignored.
2010_08_01_archive.html:303Unmatched </td> encountered. Ignoring tag.
2010_08_01_archive.html:343Unmatched encountered. Ignoring tag.
2010_08_01_archive.html:346XML self-closing tag syntax used on <b:include>. The tag will not be closed.
2010_08_01_archive.html:347Unmatched encountered. Ignoring tag.
2010_08_01_archive.html:349Unmatched encountered. Ignoring tag.
2010_08_01_archive.html:350Unmatched </b:includable> encountered. Ignoring tag.
2010_08_01_archive.html:351Unmatched </b:widget> encountered. Ignoring tag.
Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL [link] Domains, protocols and ports must match.
{FollowedPortraitURL-48}Failed to load resource: the server responded with a status of 404 (Not Found)
www.blogger.com/navbar.g?targetBlogID=8409067521365124837&blogName=Anny+goes+America&publishMode
<td> misplaced in <table>. Creating <tr> and putting <td> inside it.