Magazento_Facebook_Widgets - Version 1.1.2

Version Notes

1.1.2

Download this release

Release Info

Developer Magento Core Team
Extension Magazento_Facebook_Widgets
Version 1.1.2
Comparing to
See all releases


Code changes from version 1.1.1 to 1.1.2

Files changed (19) hide show
  1. app/code/community/Magazento/Facebook/Block/Developer.php +104 -40
  2. app/code/community/Magazento/Facebook/etc/config.xml +1 -1
  3. app/design/frontend/{default → base}/default/layout/magazento_facebook.xml +0 -0
  4. app/design/frontend/{default → base}/default/template/magazento/facebook/activity.phtml +1 -1
  5. app/design/frontend/{default → base}/default/template/magazento/facebook/comments.phtml +1 -1
  6. app/design/frontend/{default → base}/default/template/magazento/facebook/facepile.phtml +0 -0
  7. app/design/frontend/{default → base}/default/template/magazento/facebook/like.phtml +0 -0
  8. app/design/frontend/{default → base}/default/template/magazento/facebook/likebox.phtml +1 -1
  9. app/design/frontend/{default → base}/default/template/magazento/facebook/livestream.phtml +0 -0
  10. app/design/frontend/{default → base}/default/template/magazento/facebook/opengraphtags.phtml +0 -0
  11. app/design/frontend/{default → base}/default/template/magazento/facebook/recommendations.phtml +1 -1
  12. app/design/frontend/{default → base}/default/template/magazento/facebook/send.phtml +0 -0
  13. package.xml +8 -9
  14. skin/frontend/{default → base}/default/magazento/facebook/fb.css +7 -1
  15. skin/frontend/base/default/magazento/facebook/logo_onecheckout.jpg +0 -0
  16. skin/frontend/base/default/magazento/facebook/logo_pdf.jpg +0 -0
  17. skin/frontend/base/default/magazento/facebook/logo_sitemap.jpg +0 -0
  18. skin/frontend/base/default/magazento/facebook/menu_box.jpg +0 -0
  19. skin/frontend/{default → base}/default/magazento/facebook/promo.jpg +0 -0
app/code/community/Magazento/Facebook/Block/Developer.php CHANGED
@@ -4,53 +4,117 @@ class Magazento_Facebook_Block_Developer extends Mage_Adminhtml_Block_System_Con
4
 
5
  public function render(Varien_Data_Form_Element_Abstract $element) {
6
  $content = '<p></p>';
7
- $content.= '<style>';
8
- $content.= '.magazento {
9
- background:#FAFAFA;
10
- border: 1px solid #CCCCCC;
11
- margin-bottom: 10px;
12
- padding: 10px;
13
- height:auto;
14
-
15
  }
16
- .magazento h3 {
17
- color: #EA7601;
 
18
  }
 
19
  .contact-type {
20
- color: #EA7601;
21
- font-weight:bold;
22
- }
23
- .magazento img {
24
- border: 1px solid #CCCCCC;
25
- float:left;
26
- height:235px;
27
  }
28
- .magazento .info {
29
- border: 1px solid #CCCCCC;
30
- background:#E7EFEF;
31
- padding: 5px 10px 0 5px;
32
- margin-left:210px;
33
- height:230px;
34
- }
35
- ';
36
- $content.= '</style>';
37
-
38
 
39
- $content.= '<div class="magazento">';
40
- $content.= '<a href="http://www.magazento.com/" target="_blank"><img src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'frontend/default/default/magazento/facebook/promo.jpg" alt="www.magazento.com" /></a>';
41
- $content.= '<div class="info">';
42
- $content.= '<h3>Magento extensions</h3>';
43
- $content.= '<p><a href="http://www.magazento.com/" target="_blank">www.magazento.com</a> - experts are specializing in custom extension development for the world\'s fastest growing eCommerce platform - Magento. All extensions are designed for the Magento CMS archetecture, using native libraries and only the most efficient approaches to development. If you need Magento development or have a concept for an extension you\'d like developed for the Magento CMS platform, please contact us.</p>';
44
- $content.= '--------------------------------------------------------<br>';
45
- $content.= '<span class="contact-type">Company website:</span> <a href="http://www.magazento.com/" target="_blank">www.magazento.com</a> <br/>';
46
- $content.= '<span class="contact-type">E-mail:</span> magazento@gmail.com <br/>';
47
- $content.= '<span class="contact-type">Skype:</span> karser2p <br/>';
48
- $content.= '<span class="contact-type">Magento:</span> <a href="http://www.magentocommerce.com/magento-connect/developer/Magazento" target="_blank">visit</a> <br/>';
49
- $content.= '<span class="contact-type">Facebook:</span> <a href="http://www.facebook.com/dmitry.poddubny" target="_blank">visit</a> <br/>';
50
 
51
- $content.= '</div>';
 
 
 
 
 
 
52
 
53
- $content.= '</div>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
  return $content;
56
 
4
 
5
  public function render(Varien_Data_Form_Element_Abstract $element) {
6
  $content = '<p></p>';
7
+ $content.= '<style>
8
+ .developer {
9
+ background: #FAFAFA;
10
+ border: 1px solid #CCCCCC;
11
+ margin-bottom: 10px;
12
+ padding: 10px;
13
+ height: auto;
 
14
  }
15
+
16
+ .developer h3 {
17
+ color: #444;
18
  }
19
+
20
  .contact-type {
21
+ color: #EA7601;
22
+ font-weight: bold;
 
 
 
 
 
23
  }
 
 
 
 
 
 
 
 
 
 
24
 
25
+ .developer img {
26
+ float: left;
27
+ }
 
 
 
 
 
 
 
 
28
 
29
+ .developer .info {
30
+ background: #E7EFEF;
31
+ padding: 5px 10px 0 5px;
32
+ margin-left: 210px;
33
+ height: 195px;
34
+ }
35
+ </style>
36
 
37
+ <div class="developer">
38
+ <a href="http://www.magazento.com/english/magento-ext/magazento-extensions/navigation-menu-megamenu"
39
+ target="_blank"><img
40
+ src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'frontend/base/default/magazento/facebook/menu_box.jpg"
41
+ >
42
+ </a>
43
+
44
+ <div class="info">
45
+ <h3>MEGAMENU - Band new Magento navigation menu</h3>
46
+ <p>
47
+ Menu - is a key navigation element for customers on your website. It is particularly important that the menu would contain a maximum of all information,
48
+ namely that which is needed by your potential customers. Alas, based on analysis of user behavior on large portals, the attention of given only for the first
49
+ 10% - 20% of all categories of the store directories.<br>
50
+ The remaining elements are simply not visible to users and are not used. Store can increase profits by changing the sitemenu - users should see all items of your catalog products immediately.
51
+ </p>
52
+
53
+ <a href="http://www.magazento.com/english/magento-ext/magazento-extensions/navigation-menu-megamenu" target="_blank"><img src="http://magazento.com/promo/extension_page.png" alt=""></a>
54
+ <br>
55
+ </div>
56
+
57
+ </div>
58
+
59
+ <div class="developer">
60
+ <a href="http://www.magazento.com/english/magento-ext/magazento-extensions/magento-one-step-page-checkout"
61
+ target="_blank"><img
62
+ src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'frontend/base/default/magazento/facebook/logo_onecheckout.jpg"
63
+ >
64
+ </a>
65
+
66
+ <div class="info">
67
+ <h3>ONE STEP CHECKOUT</h3>
68
+ <p>
69
+ Complicated checkout process with many forms to fill in can make customers run away and increase cart abandonment. Magento One Step Checkout offers simplified checkout for your customers\' positive shopping experience. The module shortens the process into one single page. Logged in customers already have their information on the page; they need to make just a few clicks to confirm the order.
70
+ </p>
71
+
72
+ <a href="http://www.magazento.com/english/magento-ext/magazento-extensions/magento-one-step-page-checkout" target="_blank"><img src="http://magazento.com/promo/extension_page.png" alt=""></a>
73
+ <br>
74
+ </div>
75
+ </div>
76
+
77
+ <div class="developer">
78
+ <a href="http://www.magazento.com/english/magento-ext/magazento-extensions/pdf-export"
79
+ target="_blank"><img
80
+ src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'frontend/base/default/magazento/facebook/logo_pdf.jpg"
81
+ >
82
+ </a>
83
+
84
+ <div class="info">
85
+ <h3>PDF EXPORT</h3>
86
+ <p>
87
+ PDF EXPORT for Magento is a professional solution that lets you generate printable copy of all store products! It also lets your customers to generate PDF\'s of products and categories they view directly from your website without other 3rd party website or applications. All store products in PDF in few clicks!
88
+ </p>
89
+
90
+ <a href="http://www.magazento.com/english/magento-ext/magazento-extensions/pdf-export" target="_blank"><img src="http://magazento.com/promo/extension_page.png" alt=""></a>
91
+ <br>
92
+ </div>
93
+ </div>
94
+
95
+ <div class="developer">
96
+ <a href="http://www.magazento.com/english/magento-ext/magazento-extensions/extension-html-sitemap"
97
+ target="_blank"><img
98
+ src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'frontend/base/default/magazento/facebook/logo_sitemap.jpg"
99
+ >
100
+ </a>
101
+
102
+ <div class="info">
103
+ <h3>SITEMAP</h3>
104
+ <p>
105
+ With Sitemap you can easily create the site map page on your site with the clear hierarchical structure of all the products, categories and pages. Sure that such a page will be highly appreciated by those of your customers who would like not to spend a lot of time to find the product they are interested in. And the search spiders and crawlers will get through this magento sitemap the clear direction to all your site pages, no matter how numerous they are. Moreover, with Magento Html Sitemap extension you will receive the bundle of bright additional advantages making the google sitemap creation even easier and more convenient.
106
+ </p>
107
+
108
+ <a href="http://www.magazento.com/english/magento-ext/magazento-extensions/extension-html-sitemap" target="_blank"><img src="http://magazento.com/promo/extension_page.png" alt=""></a>
109
+ <br>
110
+ </div>
111
+ </div>'
112
+
113
+
114
+
115
+
116
+
117
+ ;
118
 
119
  return $content;
120
 
app/code/community/Magazento/Facebook/etc/config.xml CHANGED
@@ -3,7 +3,7 @@
3
  <config>
4
  <modules>
5
  <Magazento_Facebook>
6
- <version>1.1.1</version>
7
  </Magazento_Facebook>
8
  </modules>
9
  <frontend>
3
  <config>
4
  <modules>
5
  <Magazento_Facebook>
6
+ <version>1.1.2</version>
7
  </Magazento_Facebook>
8
  </modules>
9
  <frontend>
app/design/frontend/{default → base}/default/layout/magazento_facebook.xml RENAMED
File without changes
app/design/frontend/{default → base}/default/template/magazento/facebook/activity.phtml RENAMED
@@ -2,5 +2,5 @@
2
  <div id="fb-root"></div>
3
  <script src="http://connect.facebook.net/<?php echo (Mage::getStoreConfig('facebook/general/locale') == 'auto') ? Mage::app()->getLocale()->getDefaultLocale() : Mage::getStoreConfig('facebook/general/locale'); ?>/all.js#xfbml=1"></script>
4
  <fb:activity site="<?php echo $this->helper('core/url')->getCurrentUrl(); ?>" width="<?php echo Mage::getStoreConfig('facebook/activity/width'); ?>" height="<?php echo Mage::getStoreConfig('facebook/activity/height'); ?>" header="<?php echo (Mage::getStoreConfig('facebook/activity/header')) ? 'true' : 'false'; ?>" font="<?php echo Mage::getStoreConfig('facebook/activity/font'); ?>" border_color="<?php echo Mage::getStoreConfig('facebook/activity/border_color'); ?>" recommendations="<?php echo (Mage::getStoreConfig('facebook/activity/recommendations')) ? 'true' : 'false'; ?>"></fb:activity>
5
- <p class="magazento-powered">Powered by <a href="http://www.magazento.com/" target="_blank">Magazento</a></p>
6
  <?php endif; ?>
2
  <div id="fb-root"></div>
3
  <script src="http://connect.facebook.net/<?php echo (Mage::getStoreConfig('facebook/general/locale') == 'auto') ? Mage::app()->getLocale()->getDefaultLocale() : Mage::getStoreConfig('facebook/general/locale'); ?>/all.js#xfbml=1"></script>
4
  <fb:activity site="<?php echo $this->helper('core/url')->getCurrentUrl(); ?>" width="<?php echo Mage::getStoreConfig('facebook/activity/width'); ?>" height="<?php echo Mage::getStoreConfig('facebook/activity/height'); ?>" header="<?php echo (Mage::getStoreConfig('facebook/activity/header')) ? 'true' : 'false'; ?>" font="<?php echo Mage::getStoreConfig('facebook/activity/font'); ?>" border_color="<?php echo Mage::getStoreConfig('facebook/activity/border_color'); ?>" recommendations="<?php echo (Mage::getStoreConfig('facebook/activity/recommendations')) ? 'true' : 'false'; ?>"></fb:activity>
5
+ <p class="magazento-powered">Powered by <a href="http://www.magazento.com/english/magento-ext/magazento-extensions" target="_blank">Magento extensions</a></p>
6
  <?php endif; ?>
app/design/frontend/{default → base}/default/template/magazento/facebook/comments.phtml RENAMED
@@ -2,5 +2,5 @@
2
  <div id="fb-root"></div>
3
  <script src="http://connect.facebook.net/<?php echo (Mage::getStoreConfig('facebook/general/locale') == 'auto') ? Mage::app()->getLocale()->getDefaultLocale() : Mage::getStoreConfig('facebook/general/locale'); ?>/all.js#xfbml=1"></script>
4
  <fb:comments href="<?php echo $this->helper('core/url')->getCurrentUrl();?>" num_posts="<?php echo Mage::getStoreConfig('facebook/comments/num_posts'); ?>" width="<?php echo Mage::getStoreConfig('facebook/comments/width'); ?>"></fb:comments>
5
- <p class="magazento-powered">Powered by <a href="http://www.magazento.com/" target="_blank">Magazento</a></p>
6
  <?php endif; ?>
2
  <div id="fb-root"></div>
3
  <script src="http://connect.facebook.net/<?php echo (Mage::getStoreConfig('facebook/general/locale') == 'auto') ? Mage::app()->getLocale()->getDefaultLocale() : Mage::getStoreConfig('facebook/general/locale'); ?>/all.js#xfbml=1"></script>
4
  <fb:comments href="<?php echo $this->helper('core/url')->getCurrentUrl();?>" num_posts="<?php echo Mage::getStoreConfig('facebook/comments/num_posts'); ?>" width="<?php echo Mage::getStoreConfig('facebook/comments/width'); ?>"></fb:comments>
5
+ <p class="magazento-powered">Powered by <a href="http://www.magazento.com/english/magento-ext/magazento-extensions" target="_blank">Magento extensions</a></p>
6
  <?php endif; ?>
app/design/frontend/{default → base}/default/template/magazento/facebook/facepile.phtml RENAMED
File without changes
app/design/frontend/{default → base}/default/template/magazento/facebook/like.phtml RENAMED
File without changes
app/design/frontend/{default → base}/default/template/magazento/facebook/likebox.phtml RENAMED
@@ -2,7 +2,7 @@
2
  <div id="fb-root"></div>
3
  <script src="http://connect.facebook.net/<?php echo (Mage::getStoreConfig('facebook/general/locale') == 'auto') ? Mage::app()->getLocale()->getDefaultLocale() : Mage::getStoreConfig('facebook/general/locale'); ?>/all.js#xfbml=1"></script>
4
  <fb:like-box href="<?php echo Mage::getStoreConfig('facebook/general/fb_page_url'); ?>" width="<?php echo Mage::getStoreConfig('facebook/likebox/width'); ?>" show_faces="<?php echo (Mage::getStoreConfig('facebook/likebox/showfaces')) ? 'true' : 'false'; ?>" border_color="<?php echo Mage::getStoreConfig('facebook/likebox/border_color'); ?>" stream="<?php echo (Mage::getStoreConfig('facebook/likebox/stream')) ? 'true' : 'false'; ?>" header="<?php echo (Mage::getStoreConfig('facebook/likebox/header')) ? 'true' : 'false'; ?>"></fb:like-box>
5
- <p class="magazento-powered">Powered by <a href="http://www.magazento.com/" target="_blank">Magazento</a></p>
6
  <?php endif; ?>
7
 
8
 
2
  <div id="fb-root"></div>
3
  <script src="http://connect.facebook.net/<?php echo (Mage::getStoreConfig('facebook/general/locale') == 'auto') ? Mage::app()->getLocale()->getDefaultLocale() : Mage::getStoreConfig('facebook/general/locale'); ?>/all.js#xfbml=1"></script>
4
  <fb:like-box href="<?php echo Mage::getStoreConfig('facebook/general/fb_page_url'); ?>" width="<?php echo Mage::getStoreConfig('facebook/likebox/width'); ?>" show_faces="<?php echo (Mage::getStoreConfig('facebook/likebox/showfaces')) ? 'true' : 'false'; ?>" border_color="<?php echo Mage::getStoreConfig('facebook/likebox/border_color'); ?>" stream="<?php echo (Mage::getStoreConfig('facebook/likebox/stream')) ? 'true' : 'false'; ?>" header="<?php echo (Mage::getStoreConfig('facebook/likebox/header')) ? 'true' : 'false'; ?>"></fb:like-box>
5
+ <p class="magazento-powered">Powered by <a href="http://www.magazento.com/english/magento-ext/magazento-extensions" target="_blank">Magento extensions</a></p>
6
  <?php endif; ?>
7
 
8
 
app/design/frontend/{default → base}/default/template/magazento/facebook/livestream.phtml RENAMED
File without changes
app/design/frontend/{default → base}/default/template/magazento/facebook/opengraphtags.phtml RENAMED
File without changes
app/design/frontend/{default → base}/default/template/magazento/facebook/recommendations.phtml RENAMED
@@ -2,6 +2,6 @@
2
  <div id="fb-root"></div>
3
  <script src="http://connect.facebook.net/<?php echo (Mage::getStoreConfig('facebook/general/locale') == 'auto') ? Mage::app()->getLocale()->getDefaultLocale() : Mage::getStoreConfig('facebook/general/locale'); ?>/all.js#xfbml=1"></script>
4
  <fb:recommendations site="<?php echo $this->helper('core/url')->getCurrentUrl(); ?>" width="<?php echo Mage::getStoreConfig('facebook/recommendations/width'); ?>" height="<?php echo Mage::getStoreConfig('facebook/recommendations/height'); ?>" header="<?php echo (Mage::getStoreConfig('facebook/recommendations/header')) ? 'true' : 'false'; ?>" font="<?php echo Mage::getStoreConfig('facebook/recommendations/font'); ?>" border_color="<?php echo Mage::getStoreConfig('facebook/recommendations/border_color'); ?>"></fb:recommendations>
5
- <p class="magazento-powered">Powered by <a href="http://www.magazento.com/" target="_blank">Magazento</a></p>
6
  <?php endif; ?>
7
 
2
  <div id="fb-root"></div>
3
  <script src="http://connect.facebook.net/<?php echo (Mage::getStoreConfig('facebook/general/locale') == 'auto') ? Mage::app()->getLocale()->getDefaultLocale() : Mage::getStoreConfig('facebook/general/locale'); ?>/all.js#xfbml=1"></script>
4
  <fb:recommendations site="<?php echo $this->helper('core/url')->getCurrentUrl(); ?>" width="<?php echo Mage::getStoreConfig('facebook/recommendations/width'); ?>" height="<?php echo Mage::getStoreConfig('facebook/recommendations/height'); ?>" header="<?php echo (Mage::getStoreConfig('facebook/recommendations/header')) ? 'true' : 'false'; ?>" font="<?php echo Mage::getStoreConfig('facebook/recommendations/font'); ?>" border_color="<?php echo Mage::getStoreConfig('facebook/recommendations/border_color'); ?>"></fb:recommendations>
5
+ <p class="magazento-powered">Powered by <a href="http://www.magazento.com/english/magento-ext/magazento-extensions" target="_blank">Magento extensions</a></p>
6
  <?php endif; ?>
7
 
app/design/frontend/{default → base}/default/template/magazento/facebook/send.phtml RENAMED
File without changes
package.xml CHANGED
@@ -1,19 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magazento_Facebook_Widgets</name>
4
- <version>1.1.1</version>
5
  <stability>stable</stability>
6
- <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>All-In-One Facebook Widgets Integration</summary>
10
- <description>All-In-One Facebook Widgets Integration</description>
11
- <notes>The All-In-One Facebook Widgets features:
12
- Was added select option Locale and included values automatically, en_EN, fr_FR, etc</notes>
13
  <authors><author><name>volgodark</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
14
- <date>2011-08-01</date>
15
- <time>21:52:04</time>
16
- <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="magazento_facebook.xml" hash="9af5310110e413209561b7f88429ac0a"/></dir><dir name="template"><dir name="magazento"><dir name="facebook"><file name="activity.phtml" hash="c1eeb8f6d38751bce309d3c43f01d240"/><file name="comments.phtml" hash="ae6237093424b3f26817dac3937c55bc"/><file name="facepile.phtml" hash="8584fd8bc8727bdfeb4a69992f7096dc"/><file name="like.phtml" hash="6929de6ee5b98b5fa8d1b779c7e20d02"/><file name="likebox.phtml" hash="9b9635e4c7a97f8bb0d1a0a3a6e11d8e"/><file name="livestream.phtml" hash="b8ffd1ed74b78df5587d12b4919b20b4"/><file name="opengraphtags.phtml" hash="e0cdef2c18e3550ae6ad1431d1d63aad"/><file name="recommendations.phtml" hash="1a353460c5f1a38f1d0b744402c8e44b"/><file name="send.phtml" hash="9771ce78ed1d5ae4b307695329235965"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="magazento"><dir name="facebook"><file name="fb.css" hash="cc56a91057a06413284ed11c63d725ea"/><file name="promo.jpg" hash="88520d456df68c98130433b5184b8e7f"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Magazento"><dir name="Facebook"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Color.php" hash="f4ba3832ead854e6072ec80f68a80726"/><file name="Font.php" hash="6ce9fbea979f02285201c25cbc0260c5"/><file name="Layout.php" hash="26360f206d212c8a0c0e599542c0ea58"/><file name="Locale.php" hash="f07ce60a8528d372f12af112c416e2b9"/><file name="Size.php" hash="0309dde39015803207494f0b48f68902"/><file name="Type.php" hash="1442f1c92f340698c846efdad8d8ba17"/><file name="Url.php" hash="2db80bb4fd18795520401c66df26a890"/><file name="Verb.php" hash="09d1040546f39d5e23dc971534dce0f4"/></dir></dir></dir></dir></dir><dir name="Block"><file name="Developer.php" hash="64f326c09669b920a8222669bae786c1"/></dir><dir name="etc"><file name="config.xml" hash="140ae4fc9d997197c6561f6ea3e8a0ed"/><file name="system.xml" hash="c1ff3600acf4edc67f4fb2976bbbc8b2"/></dir><dir name="Helper"><file name="Data.php" hash="5695321065576db4feb4f5b716d661db"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Facebook.xml" hash="eff07e7edbfd8f6c049bcca3073dbca3"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies/>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magazento_Facebook_Widgets</name>
4
+ <version>1.1.2</version>
5
  <stability>stable</stability>
6
+ <license>OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>All-In-One Facebook</summary>
10
+ <description>The All-In-One Facebook Widgets Integration allows to show on your store all facebook widgets</description>
11
+ <notes>1.1.2</notes>
 
12
  <authors><author><name>volgodark</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
13
+ <date>2012-07-11</date>
14
+ <time>06:29:22</time>
15
+ <contents><target name="magecommunity"><dir name="Magazento"><dir name="Facebook"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Color.php" hash="f4ba3832ead854e6072ec80f68a80726"/><file name="Font.php" hash="6ce9fbea979f02285201c25cbc0260c5"/><file name="Layout.php" hash="26360f206d212c8a0c0e599542c0ea58"/><file name="Locale.php" hash="f07ce60a8528d372f12af112c416e2b9"/><file name="Size.php" hash="0309dde39015803207494f0b48f68902"/><file name="Type.php" hash="1442f1c92f340698c846efdad8d8ba17"/><file name="Url.php" hash="2db80bb4fd18795520401c66df26a890"/><file name="Verb.php" hash="09d1040546f39d5e23dc971534dce0f4"/></dir></dir></dir></dir></dir><dir name="Block"><file name="Developer.php" hash="7d590a6eff9641d3729764b494783b47"/></dir><dir name="Helper"><file name="Data.php" hash="5695321065576db4feb4f5b716d661db"/></dir><dir name="etc"><file name="config.xml" hash="d0e3f111b42f8564d1b7d8bbfd6f55c4"/><file name="system.xml" hash="c1ff3600acf4edc67f4fb2976bbbc8b2"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="magazento"><dir name="facebook"><file name="activity.phtml" hash="d2f1ef5333f571082f265a0520099714"/><file name="comments.phtml" hash="c1ef9cabbe7cb267f9d5f4aaeffc17dc"/><file name="facepile.phtml" hash="8584fd8bc8727bdfeb4a69992f7096dc"/><file name="like.phtml" hash="6929de6ee5b98b5fa8d1b779c7e20d02"/><file name="likebox.phtml" hash="236d56ac041b963e0e501141db989d27"/><file name="livestream.phtml" hash="b8ffd1ed74b78df5587d12b4919b20b4"/><file name="opengraphtags.phtml" hash="e0cdef2c18e3550ae6ad1431d1d63aad"/><file name="recommendations.phtml" hash="89cc53aee9d5b69d1e6c7981ac07d131"/><file name="send.phtml" hash="9771ce78ed1d5ae4b307695329235965"/></dir></dir></dir><dir name="layout"><file name="magazento_facebook.xml" hash="9af5310110e413209561b7f88429ac0a"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Facebook.xml" hash="eff07e7edbfd8f6c049bcca3073dbca3"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="magazento"><dir name="facebook"><file name="fb.css" hash="b0284a6591acc6f6097f4286098018ad"/><file name="logo_onecheckout.jpg" hash="cf71a3d20cf06abaf99521651c2fe3d1"/><file name="logo_pdf.jpg" hash="5a0d745372115da1d61168e2529c0c0d"/><file name="logo_sitemap.jpg" hash="937495eec93cb1640b6244bff4cb31a2"/><file name="menu_box.jpg" hash="e76e4c6b62b096ca87175eb0f5270062"/><file name="promo.jpg" hash="88520d456df68c98130433b5184b8e7f"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
skin/frontend/{default → base}/default/magazento/facebook/fb.css RENAMED
@@ -12,4 +12,10 @@
12
 
13
  .magazento-powered a:hover {
14
  text-decoration: underline;
15
- }
 
 
 
 
 
 
12
 
13
  .magazento-powered a:hover {
14
  text-decoration: underline;
15
+ }
16
+ .magazento-powered, .magazento-powered a {
17
+ color: #BBB;
18
+ font-size: 9px;
19
+ text-align: right;
20
+ text-decoration: none;
21
+ }
skin/frontend/base/default/magazento/facebook/logo_onecheckout.jpg ADDED
Binary file
skin/frontend/base/default/magazento/facebook/logo_pdf.jpg ADDED
Binary file
skin/frontend/base/default/magazento/facebook/logo_sitemap.jpg ADDED
Binary file
skin/frontend/base/default/magazento/facebook/menu_box.jpg ADDED
Binary file
skin/frontend/{default → base}/default/magazento/facebook/promo.jpg RENAMED
File without changes