Setiap Social media mempunyai Api's, nah google+ pun punya api's nya disini : - https://developers.google.com/+/api/ Spoiler image by : http://www.cloudave.com ada sign in, fetch, dll. Btw, sudah ada yang pernah mencoba? Update : Contoh Sttream : http://seanhellwig.github.io/jQuery-GooglePlus-Stream/ dan http://www.moretechtips.net/2011/09/google-activity-widget-jquery-plugin.html - Widget + by @samuel https://www.bersosial.com/topic/1408/sudah-ada-yang-coba-google-apis#comment-12403 Fahmi, May 19, 2013 #1 sakaji Member Joined: Mar 13, 2013 Messages: 165 Likes Received: 2 Trophy Points: 18 fungsinya apa om @fahmi? fungsinya apa om @fahmi? sakaji, May 19, 2013 #2 Fahmi Newbie Joined: Dec 5, 2012 Messages: 1,719 Likes Received: 159 Trophy Points: 63 Google+: Author sakaji wrote: misal stream activity widget kaya twitter, nih contoh nya http://www.moretechtips.net/2011/09/google-activity-widget-jquery-plugin.html Update : pernah lihat ada web yang login with Facebook, nah ada juga sign in dengan google+ tau deh yg ini blum pernah liat contohnya Fahmi, May 19, 2013 #3 sakaji Member Joined: Mar 13, 2013 Messages: 165 Likes Received: 2 Trophy Points: 18 fahmi wrote: wuih, kalo yang stream activity twitter sih dah pakai. tapi, google +, um pasti cool nih. trims inponya om @fahmi. sakaji, May 19, 2013 #4 ncang Super Level Joined: Feb 7, 2013 Messages: 4,650 Likes Received: 759 Trophy Points: 113 Google+: Author Apalagi yang diinginkan Apalagi yang diinginkan google dari fitur ini ? merekam setiap org yg terhubung dengan g+ ? ncang, May 19, 2013 #5 samuel Member Joined: Feb 5, 2013 Messages: 478 Likes Received: 15 Trophy Points: 18 Google+: Author oh Google Activity ini sama oh Google Activity ini sama seperti Twitter Activity yang ada di blogmu ya @fahmi samuel, May 19, 2013 #6 Fahmi Newbie Joined: Dec 5, 2012 Messages: 1,719 Likes Received: 159 Trophy Points: 63 Google+: Author Quote: apa yah? gaya2an kayanya betul sam, cuman kalo yg ini sy gk tau cara pake nya Fahmi, May 19, 2013 #7 wphoet You'll Never Walk Alone Joined: Feb 19, 2013 Messages: 1,149 Likes Received: 142 Trophy Points: 63 Google+: Author keren nih widgetnya kyk slide keren nih widgetnya kyk slide show foto cuma ini isinya list slide postingan di G+ bookmark dlu, siapa tau besok2 berguna. wphoet, May 19, 2013 #8 samuel Member Joined: Feb 5, 2013 Messages: 478 Likes Received: 15 Trophy Points: 18 Google+: Author saya berhasil masang saya berhasil masang widgetnya bro , tapi berbeda code dan tampilannya, coba lihat http://blogluxie.blogspot.com/ samuel, May 19, 2013 #9 Fahmi Newbie Joined: Dec 5, 2012 Messages: 1,719 Likes Received: 159 Trophy Points: 63 Google+: Author samuel wrote: wee mantap di share lah caranya Fahmi, May 19, 2013 #10 samuel Member Joined: Feb 5, 2013 Messages: 478 Likes Received: 15 Trophy Points: 18 Google+: Author <style Code: <style type="text/css"> /* CSS of Google+ Widget Blog : http://blogluxie.blogspot.com */ /* feed list */ ul.gpaw-body{ font: 100% arial,sans-serif !important; padding:0 !important; margin:0 !important; overflow:hidden !important; position:relative !important; background:#FEFEFE !important; list-style:none; height:250px !important; border:#0066FF 1px solid !important; } ul.gpaw-body li{ border-bottom:#025D87 1px solid !important; margin:0 0 4px 0 !important; padding:4px !important; list-style-type:none !important; overflow:hidden !important; background:none; } ul.gpaw-body .thumb{ display:block !important; float:right !important; margin:0 0 5px 5px !important; } ul.gpaw-body .thumb a{ text-decoration:none !important; outline:none !important; } ul.gpaw-body .thumb img{ border:#eee 1px solid !important; } ul.gpaw-body .thumb a:hover img{ border:#ccc 1px solid !important; } ul.gpaw-body .title { border-bottom:none !important; } ul.gpaw-body .title a{ font: 14px arial,sans-serif !important; outline:none !important; text-decoration:none !important; color:#000A0D !important; border-bottom:none !important; } ul.gpaw-body .title a:hover { color:#025D87 !important; } /* meta : date, plusones */ ul.gpaw-body .meta { color:#999999 !important; display:block !important; font-size:95% !important; margin:5px 0 0 !important; overflow:hidden !important; clear:both !important; } ul.gpaw-body .meta a, ul.gpaw-body .meta span{ display:block !important; float:left !important; padding:0 6px 0 0 !important; } ul.gpaw-body .meta a{ color:#999999 !important; text-decoration:none !important; } ul.gpaw-body .meta a:hover{ color:#333 !important; text-decoration:none !important; } ul.gpaw-body .plusones{ color:#025D87 !important; font-style: italic !important; } ul.gpaw-body .shares{ color:#025D87 !important; } /* Fade-out effect with transparent png */ ul.gpaw-body .fade{ background:url(http://4.bp.blogspot.com/-TbZNT8q3_v4/UQeVtMMGD1I/AAAAAAAAA_8/AVVNJkPY-Ww/s1600/fade.png) repeat-x left bottom !important; background:expression("") !important; left: 0 !important; bottom: 0 !important; height: 50px !important; position: absolute !important; width: 100% !important; z-index: 10 !important; } /* Profile */ .gpaw-profile{ border:#0066FF 1px solid !important; background:#F5F5F5 !important; padding:8px !important; overflow:hidden !important; } .gpaw-profile a.avatar{ display:block !important; float:left !important; text-decoration:none !important; outline:none !important; margin:0 10px 0 0 !important; } .gpaw-profile a.avatar img{ border:#fff 3px solid !important; display:block !important; } .gpaw-profile a.avatar:hover img{ border:#fff 3px solid !important; display:block !important; } .gpaw-profile .name{ font-size:15px !important; overflow:hidden !important; margin:-10px 0 0 0 !important; font-family: Verdana, Arial, Helvetica, sans-serif; color:#3D606B; } .gpaw-profile a.add{ display:inline-block !important; text-decoration:none !important; outline:none !important; padding:4px 8px !important; -webkit-border-radius:3px !important; -moz-border-radius:3px !important; background-color: #F5F5F5 !important; border: 1px solid rgba(0, 0, 0, 0.1) !important; color: #444444 !important; } .gpaw-profile a.add:hover{ background-color: #D14836 !important; border: 1px solid transparent !important; color:#fff !important; } a.gpaw-info{ border-top:#f0f0f0 1px solid !important; border-bottom:#f0f0f0 1px solid !important; background:#f4f4f4 !important; padding:3px !important; text-align:right !important; font-size:80% !important; text-decoration:none !important; color:#999 !important; display:none !important; } a.gpaw-info:hover{ color:#333 !important; } .gpaw-profile .g-rba-Dh-kQa .root .pAb .iAb { background-color:#0066FF !important;} </style> <script src=" http://bloggerspicebd.googlecode.com/files/Google%2Bjquery.min.js" type="text/javascript"></script> <script src=" http://bloggerspicebd.googlecode.com/files/jquery.googleplus-activity-1.0.min.js" type="text/javascript"></script> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <script type="text/javascript"> //<![CDATA[ jQuery.fn.googlePlusActivity.defaults.api_key = 'AIzaSyCdEo1NRhNoY446ZBNF3pB3LTaQZNSlME4'; //]]> </script> <div class="google-plus-activity" style="width: 270px;"> </div> itu kode widgetnya AIzaSyCdEo1NRhNoY446ZBNF3pB3LTaQZNSlME4 ini kode akses API's nya 111076613641605044565 ini kode profile G+nya samuel, May 19, 2013 #11 hamidi Member Joined: Mar 20, 2013 Messages: 106 Likes Received: 7 Trophy Points: 18 fahmi wrote: btw keuntungann memakai widget ini apa yah mas @fahmi ? hamidi, May 19, 2013 #12 foxydiba Member Joined: May 7, 2013 Messages: 272 Likes Received: 19 Trophy Points: 18 keren blognya @samuel ada keren blognya @samuel ada widget G+nya foxydiba, May 19, 2013 #13 ayahnyanadia Well-Known Member Joined: Apr 4, 2013 Messages: 1,369 Likes Received: 153 Trophy Points: 63 Google+: Author wuih tinggal kopas aja neh, wuih tinggal kopas aja neh, enak.. ayahnyanadia, May 20, 2013 #14 (You must log in or sign up to reply here.) Show Ignored Content Loading... Similar Threads - Sudah yang coba [ask]Ada yang sudah coba google search console baru (beta) ncang, Jan 17, 2018, in forum: Google Replies: 27 Views: 5,636 opiektidung Nov 11, 2018 [ASK] Apakah Google Adsense Hanya Menerima Gmail yang Sudah 18 Tahun+? Malik Abimanyu, Feb 6, 2015, in forum: Google Replies: 17 Views: 2,797 Malik Abimanyu Feb 10, 2015 Backlinks Sudah Tidak Penting Untuk SEO? KangAndre, Jan 21, 2021, in forum: Google Replies: 30 Views: 10,142 KangAndre Feb 27, 2021 Posisi H1 H2 Sudah Nggak Penting Lagi saimi, Dec 17, 2016, in forum: Google Replies: 74 Views: 14,359 owlmotekar Jan 28, 2020 Mau Lirik Lagu, SERP Google Amerika Sudah Bisa Tampil Langsung ncang, Jun 30, 2016, in forum: Google Replies: 14 Views: 2,033 Zhulaikha Elbatani Jan 26, 2017 Share This Page Tweet Log in with Facebook Log in with Twitter Your name or email address: Do you already have an account? No, create an account now. Yes, my password is: Forgot your password? Stay logged in
sakaji wrote: misal stream activity widget kaya twitter, nih contoh nya http://www.moretechtips.net/2011/09/google-activity-widget-jquery-plugin.html Update : pernah lihat ada web yang login with Facebook, nah ada juga sign in dengan google+ tau deh yg ini blum pernah liat contohnya
fahmi wrote: wuih, kalo yang stream activity twitter sih dah pakai. tapi, google +, um pasti cool nih. trims inponya om @fahmi.
Apalagi yang diinginkan Apalagi yang diinginkan google dari fitur ini ? merekam setiap org yg terhubung dengan g+ ?
oh Google Activity ini sama oh Google Activity ini sama seperti Twitter Activity yang ada di blogmu ya @fahmi
keren nih widgetnya kyk slide keren nih widgetnya kyk slide show foto cuma ini isinya list slide postingan di G+ bookmark dlu, siapa tau besok2 berguna.
saya berhasil masang saya berhasil masang widgetnya bro , tapi berbeda code dan tampilannya, coba lihat http://blogluxie.blogspot.com/
<style Code: <style type="text/css"> /* CSS of Google+ Widget Blog : http://blogluxie.blogspot.com */ /* feed list */ ul.gpaw-body{ font: 100% arial,sans-serif !important; padding:0 !important; margin:0 !important; overflow:hidden !important; position:relative !important; background:#FEFEFE !important; list-style:none; height:250px !important; border:#0066FF 1px solid !important; } ul.gpaw-body li{ border-bottom:#025D87 1px solid !important; margin:0 0 4px 0 !important; padding:4px !important; list-style-type:none !important; overflow:hidden !important; background:none; } ul.gpaw-body .thumb{ display:block !important; float:right !important; margin:0 0 5px 5px !important; } ul.gpaw-body .thumb a{ text-decoration:none !important; outline:none !important; } ul.gpaw-body .thumb img{ border:#eee 1px solid !important; } ul.gpaw-body .thumb a:hover img{ border:#ccc 1px solid !important; } ul.gpaw-body .title { border-bottom:none !important; } ul.gpaw-body .title a{ font: 14px arial,sans-serif !important; outline:none !important; text-decoration:none !important; color:#000A0D !important; border-bottom:none !important; } ul.gpaw-body .title a:hover { color:#025D87 !important; } /* meta : date, plusones */ ul.gpaw-body .meta { color:#999999 !important; display:block !important; font-size:95% !important; margin:5px 0 0 !important; overflow:hidden !important; clear:both !important; } ul.gpaw-body .meta a, ul.gpaw-body .meta span{ display:block !important; float:left !important; padding:0 6px 0 0 !important; } ul.gpaw-body .meta a{ color:#999999 !important; text-decoration:none !important; } ul.gpaw-body .meta a:hover{ color:#333 !important; text-decoration:none !important; } ul.gpaw-body .plusones{ color:#025D87 !important; font-style: italic !important; } ul.gpaw-body .shares{ color:#025D87 !important; } /* Fade-out effect with transparent png */ ul.gpaw-body .fade{ background:url(http://4.bp.blogspot.com/-TbZNT8q3_v4/UQeVtMMGD1I/AAAAAAAAA_8/AVVNJkPY-Ww/s1600/fade.png) repeat-x left bottom !important; background:expression("") !important; left: 0 !important; bottom: 0 !important; height: 50px !important; position: absolute !important; width: 100% !important; z-index: 10 !important; } /* Profile */ .gpaw-profile{ border:#0066FF 1px solid !important; background:#F5F5F5 !important; padding:8px !important; overflow:hidden !important; } .gpaw-profile a.avatar{ display:block !important; float:left !important; text-decoration:none !important; outline:none !important; margin:0 10px 0 0 !important; } .gpaw-profile a.avatar img{ border:#fff 3px solid !important; display:block !important; } .gpaw-profile a.avatar:hover img{ border:#fff 3px solid !important; display:block !important; } .gpaw-profile .name{ font-size:15px !important; overflow:hidden !important; margin:-10px 0 0 0 !important; font-family: Verdana, Arial, Helvetica, sans-serif; color:#3D606B; } .gpaw-profile a.add{ display:inline-block !important; text-decoration:none !important; outline:none !important; padding:4px 8px !important; -webkit-border-radius:3px !important; -moz-border-radius:3px !important; background-color: #F5F5F5 !important; border: 1px solid rgba(0, 0, 0, 0.1) !important; color: #444444 !important; } .gpaw-profile a.add:hover{ background-color: #D14836 !important; border: 1px solid transparent !important; color:#fff !important; } a.gpaw-info{ border-top:#f0f0f0 1px solid !important; border-bottom:#f0f0f0 1px solid !important; background:#f4f4f4 !important; padding:3px !important; text-align:right !important; font-size:80% !important; text-decoration:none !important; color:#999 !important; display:none !important; } a.gpaw-info:hover{ color:#333 !important; } .gpaw-profile .g-rba-Dh-kQa .root .pAb .iAb { background-color:#0066FF !important;} </style> <script src=" http://bloggerspicebd.googlecode.com/files/Google%2Bjquery.min.js" type="text/javascript"></script> <script src=" http://bloggerspicebd.googlecode.com/files/jquery.googleplus-activity-1.0.min.js" type="text/javascript"></script> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <script type="text/javascript"> //<![CDATA[ jQuery.fn.googlePlusActivity.defaults.api_key = 'AIzaSyCdEo1NRhNoY446ZBNF3pB3LTaQZNSlME4'; //]]> </script> <div class="google-plus-activity" style="width: 270px;"> </div> itu kode widgetnya AIzaSyCdEo1NRhNoY446ZBNF3pB3LTaQZNSlME4 ini kode akses API's nya 111076613641605044565 ini kode profile G+nya