blogger

What's the deal with “data:post.url”, “data:post.title”, etc

梦想与她 提交于 2019-12-01 00:07:16
Would someone be so kind as to explain what this data object is (if it is an object) and if there is any documentation on it. I was adding social sharing buttons to an app and decided I wanted to put a share to Blogger button on there, just for the fun of it. I could not find a page that had an official 'share to Blogger' button, like Facebook has an official 'like' button, or Twitter, a 'tweet' button. What I did find was this post on adding sharing buttons to a blog with the attached text file. I noticed that most, if not all of the html tags use the 'data:post.url' and 'data:post.title' to

Dealing with < in tw:counturl addthis plugin

泄露秘密 提交于 2019-11-30 19:20:01
问题 I have an addthis plugin for displaying total number of tweets in my blogspot blog. I use it this way If i mention tw:counturl="my_specific_blogger_url" > it shows the exact number of tweets. But the problem is that in that case I can use only one link. To retrieve specific blog page url I use <data:blog.url/> . But if i use it in tw:counturl in the following way: tw:counturl="<data:blog.url/>" it shows as an error as tw:counturl cannot handle '<' tag. Is there a work around. The error is as

How to create this type of subdomain on the fly like Blogger.com

喜你入骨 提交于 2019-11-30 08:30:11
问题 Sometime ago I asked this question and I was told that the entry has to be made in DNS etc. I was not sure whether all this is really required or not. The kind of feature that I am looking for is shown in the screenshot below: As you can see blogger lets the user choose the subdomain for his blog. How can we achieve this? I am basically developing in asp.net C#. How can I allow my users to choose subdomains like this once I have my top level domain. Currently I am developing on localhost. 回答1

Blogger SyntaxHighlighter doesn't work at all

泄露秘密 提交于 2019-11-30 08:24:28
I've been trying to install SyntaxHighlighter 3.0.83 on Blogger for couple hours. I've tried many tutorials but it still doesn't work. I mean it looks just as normal text inserted nto pre tag. I created a new blog and pasted: <link href='http://alexgorbatchev.com/pub/sh/current/styles/shCore.css' rel='stylesheet' type='text/css'/> <link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css' rel='stylesheet' type='text/css'/> <script src='http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js' type='text/javascript'></script> <script src='http://alexgorbatchev.com/pub/sh

How do I set up a syntax highlighter on Blogger? [closed]

孤街醉人 提交于 2019-11-29 19:14:11
How do I set up a syntax highlighter on Blogger's new interface? I did try with many options but nothing has worked. Please give any suggestions. 1. First, take backup of your blogger template 2. After that open your blogger template (In Edit HTML mode) & copy the all css given in this link before </b:skin> tag 3. Paste the followig code before </head> tag <script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shCore.js' type='text/javascript'></script> <script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushCpp.js' type='text/javascript'></script> <script

Blogger SyntaxHighlighter doesn't work at all

*爱你&永不变心* 提交于 2019-11-29 11:40:18
问题 I've been trying to install SyntaxHighlighter 3.0.83 on Blogger for couple hours. I've tried many tutorials but it still doesn't work. I mean it looks just as normal text inserted nto pre tag. I created a new blog and pasted: <link href='http://alexgorbatchev.com/pub/sh/current/styles/shCore.css' rel='stylesheet' type='text/css'/> <link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css' rel='stylesheet' type='text/css'/> <script src='http://alexgorbatchev.com/pub/sh

How to remove Blogger CSS widget bundle

自作多情 提交于 2019-11-29 09:41:58
问题 I'm trying to write a blogger template from scratch. I've added some elements and styles to my template. But, I found that some other CSS stylesheets are included and they are also applied to the page elements as shown below: The first CSS background rule was the only thing I applied in <b:skin> tags are the remaining were not from my styles. So, how can I remove them. I can overwrite them if they were right, but there are some wrong declarations( _height:100% ) 回答1: Make a backup of your

social content locker for blogger.com blogs? is it possible

痞子三分冷 提交于 2019-11-29 04:42:01
How can I integrate social content locker in blogger blogs? We see in numbers of WordPress blogs and websites, But in blooger.com blogs you see no plugin option does anybody has another way or something like this? I Want visitor to like, tweet or g+ before reading my posts. thanks I found this working script for this what you need to do is first backup you template. then edit HTML >search <head> tag and put this code after <head> <script src='http://code.jquery.com/jquery-1.10.2.min.js' type='text/javascript'/> After that search </head> tag and put below code before this tag <link href='https:

Access-Control-Allow-Origin header on Google App Engine

回眸只為那壹抹淺笑 提交于 2019-11-29 03:56:21
I have a website hosted on App Engine (python2.7) and a linked blogger on the subdomain. I use shared resources on the blogger account. Specifically, I share icon fonts which I import in my CSS (example below). @font-face { font-family: "FontAwesome"; src: url('fonts/fonts/fontawesome/fontawesome-webfont.eot'); src: url('fonts/fonts/fontawesome/fontawesome-webfont.eot?#iefix') format('eot'), url('fonts/fonts/fontawesome/fontawesome-webfont.woff') format('woff'), url('fonts/fonts/fontawesome/fontawesome-webfont.ttf') format('truetype'), url('fonts/fonts/fontawesome/fontawesome-webfont.svg

How can I add JavaScript inside Blogger?

我只是一个虾纸丫 提交于 2019-11-28 22:45:53
I would like to add some JavaScript inside Blogger. <script type="text/javascript"> window.open("http://www.page.html", "myWindow", "status = 1, height = 400, width = 400, resizable = 0"); </script> If I edit the HTML and I add " and ' they get converted to quote ... If I add an HTML/JavaScript widget the code won't run. Navigate to the Layout tab, click the "Add a Page Element" option and select the "HTML/Javascript" sub-option. See the Layout Guide for more details. Create a post. Click to enter html as opposed to compose. Type your script. To the right Click Post Settings >> Options >>