Wednesday, 22 May 2013

Embed Google+ photos on website - Web Applications Stack Exchange

Embed Google+ photos on website - Web Applications Stack Exchange

Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.
Is it possible to embed Google+ photos on a website, much like it used to be possible with PicasaWeb?
shareimprove this question


1 Answer


up vote 5 down vote accepted
Actually, Google's PicasaWeb and Google+ are always in sync. So if you have any image in Google+, you'll find it in PicasaWeb. From there you can get the code to embed the image and more.
Here is a sample code to embed one of the photos -
<table style="width:auto;">
<tr>
<td>
<a href="https://picasaweb.google.com/lh/photo/m2Ne5aZLhC2RQfmtbw-8TtMTjNZETYmyPJy0liipFm0?feat=embedwebsite">
<img src="https://lh5.googleusercontent.com/-rNKwZkk5X68/Tg2cunuxA0I/AAAAAAAAAOM/-62AZtBNhd4/s144/threadlist-large.png" height="92" width="144" />
</a>
</td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">
From <a href="https://picasaweb.google.com/100089984211197410017/20110701?authuser=0&feat=embedwebsite">2011-07-01</a>
</td>
</tr>
</table>
shareimprove this answer


The Picasa interface stopped working in the past few days. It now redirects to Google+ and there's no way I can see to embed photos any more. – Robb Feb 22 at 17:35

If I go to picasaweb.google.com, it redirects to Google+ but after a few seconds "click here to go back to Picasa" appears on the top of the screen. – Marc Mar 3 at 14:20


Tuesday, 21 May 2013

How To Remove Date Ribbon From Blogger Dynamic View ~ We Find You Save Time - Everything Free Here

How To Remove Date Ribbon From Blogger Dynamic View ~ We Find You Save Time - Everything Free Here


Dynamic view is having lot of features and date ribbon is one of it, Date ribbon floating at left of page and it is looking awesome because it changes it color on hover.Many user like this widget and many user want to remove this ribbon from there blog template.In this post I will provide you a code by which this ribbon will stop start displaying.

Removing Date Ribbon

  • Go to dashboard >>Template>>Customize>>Advanced>>Add CSS
  • Paste Following code there
.ribbon{
display: none !important;
}


  • Now Click On Save Template and preview your blog now you will don't see date ribbon. Cheers!

How to Remove "No Post" from Bloggger | Widget Generators

How to Remove No Post from Bloggger | Widget Generators

When you don't post anything in your blog then blogger shows a message that No Post and many bloggers designed their blog as they don't want to show posts in home page so they don't post anything but blogger shows a message   No Post and they want to disable it OR remove it. So, you can do it very easily by adding some 3 line codes of CSS.




Remove No Post from Blogger

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML > Proceed > Expand Widget Templates
  • Press Ctrl + F and search the code shown below.   

]]></b:skin>

  • Paste below code before ]]></b:skin>

/*---Remove No Post by widgetgenerators.blogspot.com----*/
      .status-msg-wrap
      {
      display: none;
      }
/*---Remove No Post by widgetgenerators.blogspot.com----*/

  •  Save Your Template

Blogger Dynamic View, CSS alterations - list of articles

Southern Speakers v3.0: Dynamic View

Use Entire Header as Home Button in Blogger Dynamic Views | Southern Speakers v3.0

Use Entire Header as Home Button in Blogger Dynamic Views | Southern Speakers v3.0

Remember how non-Dynamic View template's headers used to serve as home buttons? I thought it was pretty neat. It's one of the things that makes you miss non-DV templates. In Dynamic Views, you still kinda have this feature - but you gotta click on your blog's title on the header. Simply clicking anywhere on your header will not bring you to your homepage, or to the top of your blog. Let's change that, shall we?


Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.
1
2
3
4
5
.header-bar span.title a h1, .ss, #header .title a:hover{
display: block !important;
width: 100% !important;
height: 100% !important;
}

Extras:

1) Some of you might want to hide your blog's title from showing, especially if it obstructs your header image. I've prepared a slightly tweaked version of the code in case if you want your blog title to remain hidden.
1
2
3
4
5
6
7
8
.header-bar span.title a h1, .ss, #header .title a:hover{
display: block !important;
width: 100% !important;
height: 100% !important;
text-decoration: none !important;
color: transparent !important;
text-shadow: 0px 0px 0px transparent !important;
}

2) If you have description visible, add the following additional code to your Template Designer. Note: This is a supplementary code, not a substitute. You're still gonna need the main code for this to work. Once you've added this code, adjust Lines 3 and 4 accordingly to adjust the position of your description.
1
2
3
4
5
6
#header .header-bar .title h3{
position: fixed;
top: 5px;
left: 190px;
z-index: -1;
}


You might also like:

Semi-transparent Post Background in Blogger Dynamic View | Southern Speakers v3.0

Semi-transparent Post Background in Blogger Dynamic View | Southern Speakers v3.0

Several months ago, I've shared a set of code that allows you to customize your Dynamic View posts' background. The tweak was written in a generic note, which allows the code to be changed to fit users' different background preferences.. However, if you're looking for ways to change Dynamic View default post backgrounds to a semi-transparent background, the previous post isn't gonna help much - thus the reason for this week's post. To put simply, this week's tutorial allows you to transform your default post background (plain ol' white) to a slightly transparent version of itself - letting your beautiful background to be seen through your posts. This is a respond to blog reader (and a friend) Bob Kansas.


Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> Paste the following code towards the bottom of your 'Add CSS' box --> Press enter after the last character of the last line } --> Apply to Blog.
1
2
3
4
5
6
7
8
9
10
11
12
.sidebar .item{
background: #E4E4E4 !important;
}
#items.items li.item, .overview-inner, .magazine #content, .ss .item, .mosaic #content .item, .sidebar #content, #sidebar .item.selected, .timeslide .item, .viewitem-content {
background: url('http://www.blogblog.com/1kt/transparent/white80.png') !important;
}
.overview-panel .article, .magazine #feature, .viewitem-panel .article, .sidebar #content .article{
background: transparent !important;
}
#overview .overview-backdrop{
opacity: 0 !important;
}
Note: If you have existing CSS codes in your 'Add CSS' box, it is very important that the newer code goes towards the bottom of your 'Add CSS' box, not top.. Your CSS code needs to be in a chronological order to avoid accidental over-riding, from top to bottom..

Extra: Fix for Sidebar View

Sidebar view, by default, does not have a background. In other words, making your posts transparent isn't gonna show you anything, as there is no background defined underneath your posts.

Step 1:

To fix this, first, find out the direct link for your background image. This can be done by right-clicking on an empty space using Classic Dynamic View, and choose 'View Background Image', using Firefox web browser.


Step 2:

You will now see your background opened in its direct link. Copy the address that you see in your address bar. This is what I've gotten for mine:
1
http://themes.googleusercontent.com/image?id=1iPtMo_39vJqJbUnz9JR0nlKBla1Ic3fhOxBAGQ3nDY01LjYZT7YDLt_k1VW2aWqP2czP


Step 3:

Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> Paste the following code towards the bottom of your 'Add CSS' box..
1
2
3
body.sidebar, #sidebar .items{
background: url('http://themes.googleusercontent.com/image?id=1iPtMo_39vJqJbUnz9JR0nlKBla1Ic3fhOxBAGQ3nDY01LjYZT7YDLt_k1VW2aWqP2czP') fixed center top !important;
}

Step 4:

Change the address in Line 2 above to the address that you've gotten from Step 2. Hit on 'Apply to Blog' once you're done.
You might also like:

How Setup Go Daddy Domain Manually with Blogger | Widget Generators

How Setup Go Daddy Domain Manually with Blogger | Widget Generators

Frnds, yesterday i had registered a .com domain for my friend as he is new in the blogger world and don't have any knowledge of domain setup and DNS so he me told to set his blogger account with go daddy because he brought domain from go daddy and he got one .com domain in 499/- Rs ($10) and he had to give 510/- Rs.  10 Rs of domain charge and in 10-15 min he got his domain and next setup is to make setup go daddy with blogger, this is very easy task. So, let's start.



Setup Your Go Daddy Domain With Blogger

  • After Registration of domain from Go Daddy.
  • Login to your Go Daddy Account.
  • then, Click  on MY ACCOUNT
 


  • Then, click on LAUNCH button in Domain like in image below.


  • After it, you have to click on your domain which you want to add with blogger.


  • After it, Scroll down page at bottom and Find DNS Manager and below it click on LAUNCH

  • Now first, you have to set A (Host) Records 4 times by entering the IP Address of Google like below (Enter in first then click on QUICK ADD to add next IP Address of Host)
216.239.32.21   
  
216.239.34.21   
  
216.239.36.21   
  
216.239.38.21    

  • Now secondly, you have to set CNAME (Alias) Records by filling 2 entrees like below
 
www                   ghs.google.com

  • Now you to enter the verifying code in the CNAME (Alias) by coping below code.
isz72xnyjrxj        gv-ephbwotbapzofl63xs5pyfs5ckd2y57v2juu4qhue3qioddhuy2q.domainverify.googlehosted.com


  • After enter it, click on SAVE ZONE FILE and then OK then Again OK
  • Now have to login to Blogger > Setting
  • On the Publishing and click on ADD A CUSTOM DOMAIN

  • then click on SWITCH TO ADVANCED SETTINGS
 

  • then, enter your domain like www.yourdomain.com and click on SAVE

  • and Finally You are Done you have to wait 3-5 hours for activate your setting and you will see that blogspot.com is removed from your domain.