|
1) So I created one blogger blog and it ended up creating 2 blogs with the same url. 2) My account got flagged for spam since blogger created 2 blogs simultaneously and it probably looked like a bot was creating the accounts. So basically I had to go
Started by playbox.com on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at google):
But you state them here: Mozilla/5.0 (Win Just to make sure, did you purchase "playbox.com" through Blogger? Do you have a record of the purchase? Did it hit your bank....
If you can state the URLs involved, maybe Blogger Support can help you.
|
|
I have a couple of blogs on Blogger and I would like to add the meta tags to them. How would I do this?
Started by Sohail Anwar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Look for the blog under the Manage.
Log into your Blogger dashboard.
Signs on each side of the tags.
|
|
I have some Blogger blogs on serious subjects. I'm going to make different Blogger blogs on things that I interests me but which I don't want the readers of my serious blogs to know.
So I don't have the 'profile' thing on my Blogger (I de-activated the...
Started by Anon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You admit that Blogger admins could see that you.
You kind of answered your own question.
By the same person.
|
Ask your Facebook Friends
|
Would it be possible to use a poll like this in Blogger?
Link: http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-dynamic-poll-with-jquery-and-php/
Started by Ken B on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As @dazmax said that "you do not have access to a database with Blogger." So as an alternative you can use many poll services out there to create....
No, that poll stores info in a database, and you do not have access to a database with Blogger.
|
|
Can someone recommend a good Blogspot/Blogger client (windows or OSX)? Posting/updating via the Web UI at blogspot.com is just painful.
Started by NoCarrier on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
It has a pretty decent editor for blogger.
You could use flock.
It has an instant preview is the homepage of the software .
Windows Live Writer is a WYSIWYG Blogger client available for Windows.
|
|
How to make bigger article form on blogger, because if I writing my articles I want to see whole text, not just a little part.
Started by MicTech on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
You can use the bookmarklet by Ziesmer (link) to resize the Blogger article form.
The Blogger dashboard.
|
|
One of my blogs crispysms.blogspot.com is disappeared from my blogger dashboard and from every where..Please help me what had happened to it and how can i restore it.
Started by Sohail Anwar on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
It tells me something similar to this (with another....
Even if you make it safe.
I think you will never be able to get this back .
That's why Google deleted it from it's index.
Firefox get's that information from Google.
Firefox tells me that site is unsafe.
|
|
Hi All.
Could anybody give me an advice how to customize blogger/blogspot template for opening all links in new windows?
Started by FoxyBOA on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You should add target="_blank" attribute to your links like this:
<a href="newwindow.html" target="_blank">link</a>
But perhaps you want to do this automatically?
To add the target-attribute on all links you could use this jQuery-script:
... .
|
|
My blog is hosted on Blogger and I frequently post code snippets in C / C# / Java / XML etc. but I find the snippet gets "mangled".
Are there any web sites that I could use to parse the snippet beforehand and sort out the formatting, convert XML "<...
Started by nzpcmad on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The actual site is hosted on my....
I use SyntaxHighlighter with my Blogger powered blog.
Note for several languages which makes it pretty useful.
As I edit my code, I just convert it to HTML and paste the results to Blogger's HTML editor.
|
|
I'm trying to paste some example XML snippets into a blog post on blogger, but everytime I save or preview the post, blogger seems to remove my XML tags and just display the parameters. I can't find a way of retaining code, there is no "code" button on...
Started by James.Elsey on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
It will even give you syntax highlighting..
This isn't an issue with blogger, rather output with blogger and it works.
Lt; and > should go in place of the angle brackets .
|