Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
As part of the ongoing transition towards the new Blogger Dynamic View template, the result of which you are currently eyeballing, &nbsp;here is another addition:<br />
<br />
Blogger users cannot embed pictures in their about-info, which is set through their google+ Profile. To overcome this, embed the following code into your template ( <i>Blogger -Backend &gt; Template &gt; Edit HTML</i>) as follows:<br />
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"><tbody>
<tr><td style="text-align: center;"><a href="http://3.bp.blogspot.com/-olyi6BKOr-o/UnpDCajZZxI/AAAAAAAACPs/EUsYMtN1ty0/s1600/Capture117-20131106-142334-blogger-stackoverflow-templates.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"><img border="0" height="227" src="http://3.bp.blogspot.com/-olyi6BKOr-o/UnpDCajZZxI/AAAAAAAACPs/EUsYMtN1ty0/s400/Capture117-20131106-142334-blogger-stackoverflow-templates.png" width="400" /></a></td></tr>
<tr><td class="tr-caption" style="text-align: center;">Showing the template setup</td></tr>
</tbody></table>
<br />
<br />
<br />
<label onclick="code[data-store=profileaboutmejs]" style="display: inline-block; font-weight: bold; width: 100px;">Image url:</label><input id="profileimageurl" placeholder="http://stackexchange.com/users/flair/485574.png" style="width: 70%;" type="text" /><br />
<label style="display: inline-block; font-weight: bold; width: 100px;">Copy this to the template:</label><textarea disabled="" id="profile-aboutme-generateoutput" style="height: 100px; width: 70%;">click generate...</textarea><br />
<button onclick=" $('#profile-aboutme-generateoutput').html( $('code[data-store=profileaboutmejs]').html().replace('{{URL}}',$('#profileimageurl').val().trim()) ); ">Generate Code</button>
<br />
<br />
Copy and paste the following, generated code anywhere within your HTML body-tags:
<br />
<pre><code data-store="profileaboutmejs">
// &lt;![CDATA[
&lt;script type="text/javascript"&gt;
setTimeout(function() {
$('.profile-aboutme') 
  &amp;&amp; $('#profile-aboutme-generateoutput').html( 
        $('.profile-aboutme &gt; div:last-of-type')
        .after('&lt;br&gt;&lt;img src="{{URL}}"&gt;'));
}, 3500);
&lt;/script&gt;
// ]]&gt;
</code>
</pre>
  
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers