Gigya_Socialize - Version 3.1.1

Version Notes

Version 3.1.0 highlights:
-Rating&Reviews - support "Verified Purchaser" Badges: the ability to give verified purchasers a badge when they post a Rating&Review on a product they have purchased.
-Follow Bar support.
-Support Australia data center and "other" data centers.
-RaaS: updated to new screensets, and support for social-to-social link accounts.
-Advanced Configuration - support JSON format.
-Social Login & Add-Connection plugins upgraded to V2

Download this release

Release Info

Developer Yaniv Aran-Shamir
Extension Gigya_Socialize
Version 3.1.1
Comparing to
See all releases


Code changes from version 3.1.0 to 3.1.1

app/code/community/Gigya/Social/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Gigya_Social>
5
- <version>3.1.0</version>
6
  </Gigya_Social>
7
  </modules>
8
  <frontend>
2
  <config>
3
  <modules>
4
  <Gigya_Social>
5
+ <version>3.1.1</version>
6
  </Gigya_Social>
7
  </modules>
8
  <frontend>
app/code/community/Gigya/Social/etc/system.xml CHANGED
@@ -1,1220 +1,1220 @@
1
- <?xml version="1.0"?>
2
- <!-- Guide: http://www.ecomdev.org/2010/10/27/custom-configuration-fields-in-magento.html
3
- http://alanstorm.com/custom_magento_system_configuration
4
- -->
5
- <config>
6
- <tabs>
7
- <gigya translate="label">
8
- <label>Gigya</label>
9
- <sort_order>250</sort_order>
10
- </gigya>
11
- </tabs>
12
- <sections>
13
- <gigya_global translate="label" module="Gigya_Social">
14
- <label>Gigya Global</label>
15
- <tab>gigya</tab>
16
- <frontend_type>text</frontend_type>
17
- <sort_order>99</sort_order>
18
- <show_in_default>1</show_in_default>
19
- <show_in_website>1</show_in_website>
20
- <show_in_store>1</show_in_store>
21
- <groups>
22
- <gigya_global_conf translate="label">
23
- <label>Gigya global configuration</label>
24
- <frontend_type>text</frontend_type>
25
- <sort_order>99</sort_order>
26
- <show_in_default>1</show_in_default>
27
- <show_in_website>1</show_in_website>
28
- <show_in_store>1</show_in_store>
29
- <fields>
30
- <enable translate="label">
31
- <label>Enable</label>
32
- <frontend_type>select</frontend_type>
33
- <source_model>adminhtml/system_config_source_yesno</source_model>
34
- <sort_order>8</sort_order>
35
- <show_in_default>1</show_in_default>
36
- <show_in_website>1</show_in_website>
37
- <show_in_store>1</show_in_store>
38
- </enable>
39
- <version translate="label">
40
- <label>Version number</label>
41
- <frontend_type>label</frontend_type>
42
- <frontend_model>Gigya_Social_Block_Adminhtml_Version</frontend_model>
43
- <sort_order>9</sort_order>
44
- <show_in_default>1</show_in_default>
45
- <show_in_website>1</show_in_website>
46
- <show_in_store>1</show_in_store>
47
- </version>
48
- <apikey translate="label">
49
- <label>Gigya API key</label>
50
- <frontend_type>text</frontend_type>
51
- <backend_model>Gigya_Social_Model_Config_Backend_ApiKey</backend_model>
52
- <comment><![CDATA[Specify the Gigya API key for this domain]]></comment>
53
- <sort_order>11</sort_order>
54
- <show_in_default>1</show_in_default>
55
- <show_in_website>1</show_in_website>
56
- <show_in_store>1</show_in_store>
57
- </apikey>
58
- <secretkey translate="label">
59
- <label>Gigya Secret key</label>
60
- <frontend_type>text</frontend_type>
61
- <comment><![CDATA[Specify the Gigya Secret (Base64 encoded) key for this domain]]></comment>
62
- <sort_order>12</sort_order>
63
- <show_in_default>1</show_in_default>
64
- <show_in_website>1</show_in_website>
65
- <show_in_store>0</show_in_store>
66
- </secretkey>
67
- <userKey translate="label">
68
- <label>Gigya User key</label>
69
- <frontend_type>text</frontend_type>
70
- <comment>
71
- <![CDATA["Specify your User key. Both User Key & User Secret key are mandatory. Learn more in <a href="http://developers.gigya.com/010_Developer_Guide/83_Roles_and_Permissions#Obtaining_and_Using_the_User_Key">Obtaining and Using the User Key</a>"
72
- <br/><b style="color: red;">Warning: your User Key may have limited Gigya permissions. This may cause permission errors that will limit/damage the module functionality.</b>]]></comment>
73
- <sort_order>14</sort_order>
74
- <show_in_default>1</show_in_default>
75
- <show_in_website>1</show_in_website>
76
- <show_in_store>1</show_in_store>
77
- </userKey>
78
- <userSecret translate="label">
79
- <label>Gigya User Secret</label>
80
- <frontend_type>text</frontend_type>
81
- <comment><![CDATA[Specify your User Secret key. Both User Key & User Secret key are mandatory. Learn more in <a href="http://developers.gigya.com/010_Developer_Guide/83_Roles_and_Permissions#Obtaining_and_Using_the_User_Key">Obtaining and Using the User Key</a>"]]></comment>
82
- <sort_order>15</sort_order>
83
- <show_in_default>1</show_in_default>
84
- <show_in_website>1</show_in_website>
85
- <show_in_store>1</show_in_store>
86
- </userSecret>
87
- <useUserKey translate="label">
88
- <label>Use user key &amp; User secret key</label>
89
- <frontend_type>select</frontend_type>
90
- <source_model>adminhtml/system_config_source_yesno</source_model>
91
- <comment><![CDATA[Choose whether to set above your Gigya Secret key (default) or to set a user specific User key &amp; User Secret key. Learn more in <a href="http://developers.gigya.com/010_Developer_Guide/83_Roles_and_Permissions#Obtaining_and_Using_the_User_Key">Obtaining and Using the User Key</a></comment>]]></comment>
92
- <sort_order>16</sort_order>
93
- <show_in_default>1</show_in_default>
94
- <show_in_website>1</show_in_website>
95
- <show_in_store>1</show_in_store>
96
- </useUserKey>
97
- <providers translate="label">
98
- <label>Providers</label>
99
- <frontend_type>text</frontend_type>
100
- <comment><![CDATA[Comma separated list of networks that would be included. For example: "Facebook, Twitter, Yahoo". <br/>
101
- * means all networks. See list of available <a href="http://developers.gigya.com/020_Client_API/020_Methods/Socialize.showLoginUI" target="_blank">providers.</a>]]></comment>
102
- <sort_order>17</sort_order>
103
- <show_in_default>1</show_in_default>
104
- <show_in_website>1</show_in_website>
105
- <show_in_store>1</show_in_store>
106
- </providers>
107
- <dataCenter translate="label">
108
- <label>Data Center Region</label>
109
- <frontend_type>select</frontend_type>
110
- <source_model>Gigya_Social_Model_Config_Source_Datacenter</source_model>
111
- <sort_order>18</sort_order>
112
- <show_in_default>1</show_in_default>
113
- <show_in_website>1</show_in_website>
114
- <show_in_store>0</show_in_store>
115
- </dataCenter>
116
- <dataCenterOther translate="label">
117
- <frontend_type>text</frontend_type>
118
- <comment><![CDATA[<span class="dc-gigya-domain">.gigya.com</span><div>Please specify the Gigya data center in which your site is defined. For example: 'eu1'. To verify your site location contact your Gigya implementation manager.</div>]]></comment>
119
- <sort_order>18</sort_order>
120
- <show_in_default>1</show_in_default>
121
- <show_in_website>1</show_in_website>
122
- <show_in_store>0</show_in_store>
123
- <depends>
124
- <dataCenter></dataCenter>
125
- </depends>
126
- </dataCenterOther>
127
- <laguages translate="label">
128
- <label>Interface language</label>
129
- <frontend_type>select</frontend_type>
130
- <source_model>Gigya_Social_Model_Config_Source_Languages</source_model>
131
- <sort_order>19</sort_order>
132
- <show_in_default>1</show_in_default>
133
- <show_in_website>1</show_in_website>
134
- <show_in_store>1</show_in_store>
135
- </laguages>
136
- <loginBehavior translate="label">
137
- <label>Login behavior</label>
138
- <frontend_type>select</frontend_type>
139
- <source_model>Gigya_Social_Model_Config_Source_Loginb</source_model>
140
- <sort_order>20</sort_order>
141
- <show_in_default>1</show_in_default>
142
- <show_in_website>1</show_in_website>
143
- <show_in_store>1</show_in_store>
144
- </loginBehavior>
145
- <google_sa translate="label">
146
- <label>Enable Google Social Analytics</label>
147
- <frontend_type>select</frontend_type>
148
- <source_model>adminhtml/system_config_source_yesno</source_model>
149
- <sort_order>21</sort_order>
150
- <show_in_default>1</show_in_default>
151
- <show_in_website>1</show_in_website>
152
- <show_in_store>1</show_in_store>
153
- </google_sa>
154
- <counters translate="label">
155
- <label>Enable purchase notifications to Customer Insights</label>
156
- <frontend_type>select</frontend_type>
157
- <backend_model>Gigya_Social_Model_Config_Backend_Counters</backend_model>
158
- <source_model>adminhtml/system_config_source_yesno</source_model>
159
- <comment>
160
- <![CDATA[Notify Gigya of purchases carried out in the store. The accumulated values will show under Revenue <a href="https://console.gigya.com/Site/partners/Insights.aspx#Revenue%20Activity">Activity</a> section of Customer Insights]]></comment>
161
- <sort_order>22</sort_order>
162
- <show_in_default>1</show_in_default>
163
- <show_in_website>1</show_in_website>
164
- <show_in_store>1</show_in_store>
165
- </counters>
166
- <debug_log translate="label">
167
- <label>Enable Gigya debug log</label>
168
- <frontend_type>select</frontend_type>
169
- <source_model>adminhtml/system_config_source_yesno</source_model>
170
- <sort_order>23</sort_order>
171
- <show_in_default>1</show_in_default>
172
- <show_in_website>1</show_in_website>
173
- <show_in_store>1</show_in_store>
174
- </debug_log>
175
- <advancedConfig translate="label">
176
- <label>Advanced configuration</label>
177
- <frontend_type>Textarea</frontend_type>
178
- <validate>validate-json</validate>
179
- <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/030_API_reference/010_Client_API/010_Objects/Conf_object">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
180
- <sort_order>24</sort_order>
181
- <show_in_default>1</show_in_default>
182
- <show_in_website>1</show_in_website>
183
- <show_in_store>1</show_in_store>
184
- </advancedConfig>
185
- </fields>
186
- </gigya_global_conf>
187
- </groups>
188
- </gigya_global>
189
- <gigya_login translate="label" module="Gigya_Social">
190
- <label>Gigya User Management</label>
191
- <tab>gigya</tab>
192
- <frontend_type>text</frontend_type>
193
- <sort_order>100</sort_order>
194
- <show_in_default>1</show_in_default>
195
- <show_in_website>1</show_in_website>
196
- <show_in_store>1</show_in_store>
197
- <groups>
198
- <gigya_user_management translate="label">
199
- <label>Gigya User Management</label>
200
- <frontend_type>text</frontend_type>
201
- <sort_order>100</sort_order>
202
- <show_in_default>1</show_in_default>
203
- <show_in_website>1</show_in_website>
204
- <show_in_store>0</show_in_store>
205
- <fields>
206
- <login_modes translate="label">
207
- <label>Gigya User Management</label>
208
- <frontend_type>select</frontend_type>
209
- <backend_model>Gigya_Social_Model_Config_Backend_UserMode</backend_model>
210
- <source_model>Gigya_Social_Model_Config_Source_LoginModes</source_model>
211
- <comment><![CDATA[<span style="display: none;" class="raas-comment">Selecting this option overrides Magento's user management system. This requires additional administration steps. Learn more <a href="http://developers.gigya.com/015_Partners/030_CMS_and_Ecommerce_Platforms/050_Magento">here</a></span>]]></comment>
212
- <sort_order>9</sort_order>
213
- <show_in_default>1</show_in_default>
214
- <show_in_website>1</show_in_website>
215
- <show_in_store>1</show_in_store>
216
- </login_modes>
217
- </fields>
218
- </gigya_user_management>
219
- <gigya_login_conf translate="label">
220
- <label>Gigya Social login configuration</label>
221
- <frontend_type>text</frontend_type>
222
- <sort_order>100</sort_order>
223
- <show_in_default>1</show_in_default>
224
- <show_in_website>1</show_in_website>
225
- <show_in_store>0</show_in_store>
226
- <fields>
227
- <buttonsStyle translate="label">
228
- <label>Button style</label>
229
- <frontend_type>select</frontend_type>
230
- <source_model>Gigya_Social_Model_Config_Source_Buttons</source_model>
231
- <sort_order>11</sort_order>
232
- <show_in_default>1</show_in_default>
233
- <show_in_website>1</show_in_website>
234
- <show_in_store>1</show_in_store>
235
- </buttonsStyle>
236
- <showTermsLink translate="label">
237
- <label>Show terms link</label>
238
- <frontend_type>select</frontend_type>
239
- <source_model>adminhtml/system_config_source_yesno</source_model>
240
- <sort_order>12</sort_order>
241
- <show_in_default>1</show_in_default>
242
- <show_in_website>1</show_in_website>
243
- <show_in_store>1</show_in_store>
244
- </showTermsLink>
245
- <containerID translate="label">
246
- <label>Gigya login container id</label>
247
- <frontend_type>text</frontend_type>
248
- <comment><![CDATA[div ID for loginUI]]></comment>
249
- <sort_order>14</sort_order>
250
- <show_in_default>1</show_in_default>
251
- <show_in_website>1</show_in_website>
252
- <show_in_store>0</show_in_store>
253
- </containerID>
254
- <width translate="label">
255
- <label>Width</label>
256
- <frontend_type>text</frontend_type>
257
- <sort_order>15</sort_order>
258
- <show_in_default>1</show_in_default>
259
- <show_in_website>1</show_in_website>
260
- <show_in_store>0</show_in_store>
261
- </width>
262
- <height translate="label">
263
- <label>Height</label>
264
- <frontend_type>text</frontend_type>
265
- <sort_order>16</sort_order>
266
- <show_in_default>1</show_in_default>
267
- <show_in_website>1</show_in_website>
268
- <show_in_store>0</show_in_store>
269
- </height>
270
- <advancedConfig translate="label">
271
- <label>Advanced configuration</label>
272
- <frontend_type>Textarea</frontend_type>
273
- <validate>validate-json</validate>
274
- <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/010_Socialize/Socialize.showLoginUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
275
- <sort_order>17</sort_order>
276
- <show_in_default>1</show_in_default>
277
- <show_in_website>1</show_in_website>
278
- <show_in_store>1</show_in_store>
279
- </advancedConfig>
280
- </fields>
281
- </gigya_login_conf>
282
- <gigya_raas_conf translate="label">
283
- <label>Registration-as-a-Service</label>
284
- <frontend_type>text</frontend_type>
285
- <comment>
286
- <![CDATA[RaaS requires initial configuration in Gigya's Admin Console. Screen sets can be defined in the <a class="link-https" target="_blank" rel="external nofollow" href="https://platform.gigya.com/site/partners/Settings.aspx#cmd%3DUserManagement360.ScreenSets" title="https://platform.gigya.com/site/partners/Settings.aspx#cmd%3DUserManagement360.ScreenSets">UI Builder</a>. The page will display a list of predefined default screen-sets, each with an ID. Click on the "Visual Editor" link next to the screen-set that you want to use, this will open the <a class="external" target="_blank" title="010_Developer_Guide/10_UM360/040_Raas/020_UI_Builder#Visual_Editor" rel="internal" href="http://developers.gigya.com/010_Developer_Guide/10_UM360/040_Raas/020_UI_Builder#Visual_Editor">Visual Editor</a> window. You can modify the screens, or just hit the "Save" button to activate them. Please make sure that the screen-set IDs that are defined below match the IDs of the screen-sets you have configured in the <a class="link-https" target="_blank" rel="external nofollow" href="https://platform.gigya.com/site/partners/Settings.aspx#cmd%3DUserManagement360.ScreenSets" title="https://platform.gigya.com/site/partners/Settings.aspx#cmd%3DUserManagement360.ScreenSets">UI Builder</a> page.']]></comment>
287
- <sort_order>101</sort_order>
288
- <show_in_default>1</show_in_default>
289
- <show_in_website>1</show_in_website>
290
- <show_in_store>0</show_in_store>
291
- <fields>
292
- <title translate="label">
293
- <lable>Registration-as-a-Service</lable>
294
- <frontend_type>label</frontend_type>
295
- <frontend_model>Gigya_Social_Block_Adminhtml_RaasTitles</frontend_model>
296
- <sort_order>10</sort_order>
297
- <show_in_default>1</show_in_default>
298
- <show_in_website>1</show_in_website>
299
- <show_in_store>1</show_in_store>
300
- </title>
301
- <WebScreen translate="label">
302
- <label>Web Screen Set ID</label>
303
- <frontend_type>text</frontend_type>
304
- <backend_model>Gigya_Social_Model_Config_Backend_RaasScreens</backend_model>
305
- <sort_order>11</sort_order>
306
- <show_in_default>1</show_in_default>
307
- <show_in_website>1</show_in_website>
308
- <show_in_store>0</show_in_store>
309
- </WebScreen>
310
- <MobileScreen translate="label">
311
- <label>Mobile Screen Set ID</label>
312
- <frontend_type>text</frontend_type>
313
- <backend_model>Gigya_Social_Model_Config_Backend_RaasScreens</backend_model>
314
- <sort_order>12</sort_order>
315
- <show_in_default>1</show_in_default>
316
- <show_in_website>1</show_in_website>
317
- <show_in_store>0</show_in_store>
318
- </MobileScreen>
319
- <LoginScreen translate="label">
320
- <label>Login Screen ID</label>
321
- <frontend_type>text</frontend_type>
322
- <backend_model>Gigya_Social_Model_Config_Backend_RaasScreens</backend_model>
323
- <sort_order>13</sort_order>
324
- <show_in_default>1</show_in_default>
325
- <show_in_website>1</show_in_website>
326
- <show_in_store>0</show_in_store>
327
- </LoginScreen>
328
- <RegisterScreen translate="label">
329
- <label>Register Screen ID</label>
330
- <frontend_type>text</frontend_type>
331
- <backend_model>Gigya_Social_Model_Config_Backend_RaasScreens</backend_model>
332
- <sort_order>13</sort_order>
333
- <show_in_default>1</show_in_default>
334
- <show_in_website>1</show_in_website>
335
- <show_in_store>0</show_in_store>
336
- </RegisterScreen>
337
- <profile_title translate="label">
338
- <lable>Registration-as-a-Service</lable>
339
- <frontend_type>label</frontend_type>
340
- <frontend_model>Gigya_Social_Block_Adminhtml_RaasTitles</frontend_model>
341
- <sort_order>14</sort_order>
342
- <show_in_default>1</show_in_default>
343
- <show_in_website>1</show_in_website>
344
- <show_in_store>1</show_in_store>
345
- </profile_title>
346
- <ProfileWebScreen translate="label">
347
- <label>Profile Screen Set ID</label>
348
- <frontend_type>text</frontend_type>
349
- <backend_model>Gigya_Social_Model_Config_Backend_RaasScreens</backend_model>
350
- <sort_order>15</sort_order>
351
- <show_in_default>1</show_in_default>
352
- <show_in_website>1</show_in_website>
353
- <show_in_store>0</show_in_store>
354
- </ProfileWebScreen>
355
- <ProfileMobileScreen translate="label">
356
- <label>Mobile Screen Set ID</label>
357
- <frontend_type>text</frontend_type>
358
- <backend_model>Gigya_Social_Model_Config_Backend_RaasScreens</backend_model>
359
- <sort_order>16</sort_order>
360
- <show_in_default>1</show_in_default>
361
- <show_in_website>1</show_in_website>
362
- <show_in_store>0</show_in_store>
363
- </ProfileMobileScreen>
364
- <override_links>
365
- <label>Override Magento links</label>
366
- <frontend_type>select</frontend_type>
367
- <comment>
368
- <![CDATA[When set to yes, the Magento default "Login", "Registration" and "Edit Profile" links pop-up RaaS screens instead of Magento screens.]]></comment>
369
- <source_model>adminhtml/system_config_source_yesno</source_model>
370
- <sort_order>17</sort_order>
371
- <show_in_default>1</show_in_default>
372
- <show_in_website>1</show_in_website>
373
- <show_in_store>0</show_in_store>
374
- </override_links>
375
- <div_ids_title translate="label">
376
- <lable>Registration-as-a-Service</lable>
377
- <frontend_type>label</frontend_type>
378
- <frontend_model>Gigya_Social_Block_Adminhtml_RaasTitles</frontend_model>
379
- <comment>
380
- <![CDATA[Specify the DIV IDs in which to embed the screen-sets. If the IDs are empty (default), then the screen-set would show as pop-up dialogs.]]></comment>
381
- <sort_order>18</sort_order>
382
- <show_in_default>1</show_in_default>
383
- <show_in_website>1</show_in_website>
384
- <show_in_store>1</show_in_store>
385
- </div_ids_title>
386
- <raas_login_div_id translate="label">
387
- <label>Login</label>
388
- <frontend_type>text</frontend_type>
389
- <sort_order>19</sort_order>
390
- <show_in_default>1</show_in_default>
391
- <show_in_website>1</show_in_website>
392
- <show_in_store>0</show_in_store>
393
- </raas_login_div_id>
394
- <raas_register_div_id translate="label">
395
- <label>Register</label>
396
- <frontend_type>text</frontend_type>
397
- <sort_order>20</sort_order>
398
- <show_in_default>1</show_in_default>
399
- <show_in_website>1</show_in_website>
400
- <show_in_store>0</show_in_store>
401
- </raas_register_div_id>
402
- <raas_profile_div_id translate="label">
403
- <label>Profile</label>
404
- <frontend_type>text</frontend_type>
405
- <sort_order>21</sort_order>
406
- <show_in_default>1</show_in_default>
407
- <show_in_website>1</show_in_website>
408
- <show_in_store>0</show_in_store>
409
- </raas_profile_div_id>
410
- </fields>
411
- </gigya_raas_conf>
412
- <gigya_link_accounts translate="lable">
413
- <label>Gigya Add Connections configuration</label>
414
- <frontend_type>text</frontend_type>
415
- <sort_order>101</sort_order>
416
- <show_in_default>1</show_in_default>
417
- <show_in_website>1</show_in_website>
418
- <show_in_store>0</show_in_store>
419
- <fields>
420
- <enable translate="label">
421
- <label>Enable Gigya add connections</label>
422
- <frontend_type>select</frontend_type>
423
- <source_model>adminhtml/system_config_source_yesno</source_model>
424
- <sort_order>10</sort_order>
425
- <show_in_default>1</show_in_default>
426
- <show_in_website>1</show_in_website>
427
- <show_in_store>1</show_in_store>
428
- </enable>
429
- <containerID translate="label">
430
- <label>Gigya add connections container id</label>
431
- <frontend_type>text</frontend_type>
432
- <comment><![CDATA[div ID for add connections]]></comment>
433
- <sort_order>11</sort_order>
434
- <show_in_default>1</show_in_default>
435
- <show_in_website>1</show_in_website>
436
- <show_in_store>0</show_in_store>
437
- </containerID>
438
- <width translate="label">
439
- <label>Width</label>
440
- <frontend_type>text</frontend_type>
441
- <sort_order>12</sort_order>
442
- <show_in_default>1</show_in_default>
443
- <show_in_website>1</show_in_website>
444
- <show_in_store>0</show_in_store>
445
- </width>
446
- <height translate="label">
447
- <label>Height</label>
448
- <frontend_type>text</frontend_type>
449
- <sort_order>13</sort_order>
450
- <show_in_default>1</show_in_default>
451
- <show_in_website>1</show_in_website>
452
- <show_in_store>0</show_in_store>
453
- </height>
454
- <showTermsLink translate="label">
455
- <label>Show terms link</label>
456
- <frontend_type>select</frontend_type>
457
- <source_model>adminhtml/system_config_source_yesno</source_model>
458
- <sort_order>14</sort_order>
459
- <show_in_default>1</show_in_default>
460
- <show_in_website>1</show_in_website>
461
- <show_in_store>1</show_in_store>
462
- </showTermsLink>
463
- <showEditLink translate="label">
464
- <label>Show edit link</label>
465
- <frontend_type>select</frontend_type>
466
- <source_model>adminhtml/system_config_source_yesno</source_model>
467
- <sort_order>14</sort_order>
468
- <show_in_default>1</show_in_default>
469
- <show_in_website>1</show_in_website>
470
- <show_in_store>1</show_in_store>
471
- </showEditLink>
472
- <advancedConfig translate="label">
473
- <label>Advanced configuration</label>
474
- <frontend_type>Textarea</frontend_type>
475
- <validate>validate-json</validate>
476
- <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showAddConnectionsUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
477
- <sort_order>17</sort_order>
478
- <show_in_default>1</show_in_default>
479
- <show_in_website>1</show_in_website>
480
- <show_in_store>1</show_in_store>
481
- </advancedConfig>
482
- </fields>
483
- </gigya_link_accounts>
484
- </groups>
485
- </gigya_login>
486
- <gigya_share translate="label" module="Gigya_Social">
487
- <label>Gigya Share</label>
488
- <tab>gigya</tab>
489
- <frontend_type>text</frontend_type>
490
- <sort_order>101</sort_order>
491
- <show_in_default>1</show_in_default>
492
- <show_in_website>1</show_in_website>
493
- <show_in_store>1</show_in_store>
494
- <groups>
495
- <gigya_sharebar translate="label">
496
- <label>Gigya Sharebar configuration</label>
497
- <frontend_type>text</frontend_type>
498
- <sort_order>101</sort_order>
499
- <show_in_default>1</show_in_default>
500
- <show_in_website>1</show_in_website>
501
- <show_in_store>0</show_in_store>
502
- <fields>
503
- <enable_cart translate="label">
504
- <label>Enable Gigya Share Bar on product pages</label>
505
- <frontend_type>select</frontend_type>
506
- <source_model>adminhtml/system_config_source_yesno</source_model>
507
- <sort_order>10</sort_order>
508
- <show_in_default>1</show_in_default>
509
- <show_in_website>1</show_in_website>
510
- <show_in_store>1</show_in_store>
511
- </enable_cart>
512
- <enable_order translate="label">
513
- <label>Enable Gigya Share Bar on order complete page</label>
514
- <frontend_type>select</frontend_type>
515
- <source_model>adminhtml/system_config_source_yesno</source_model>
516
- <sort_order>10</sort_order>
517
- <show_in_default>1</show_in_default>
518
- <show_in_website>1</show_in_website>
519
- <show_in_store>1</show_in_store>
520
- </enable_order>
521
- <containerID translate="label">
522
- <label>Gigya Share Bar container id</label>
523
- <frontend_type>text</frontend_type>
524
- <comment><![CDATA[div ID for Share Bar]]></comment>
525
- <sort_order>11</sort_order>
526
- <show_in_default>1</show_in_default>
527
- <show_in_website>1</show_in_website>
528
- <show_in_store>0</show_in_store>
529
- </containerID>
530
- <shareButtons translate="label">
531
- <label>Providers</label>
532
- <frontend_type>text</frontend_type>
533
- <comment>
534
- <![CDATA[List of relevant values is available <a href="http://developers.gigya.com/020_Client_API/020_Methods/socialize.showShareBarUI" target="_blank">here </a>under the "shareButtons" parameter']]></comment>
535
- <sort_order>12</sort_order>
536
- <show_in_default>1</show_in_default>
537
- <show_in_website>1</show_in_website>
538
- <show_in_store>0</show_in_store>
539
- </shareButtons>
540
- <layout translate="label">
541
- <label>Share Bar layout</label>
542
- <frontend_type>select</frontend_type>
543
- <source_model>Gigya_Social_Model_Config_Source_Layout</source_model>
544
- <sort_order>13</sort_order>
545
- <show_in_default>1</show_in_default>
546
- <show_in_website>1</show_in_website>
547
- <show_in_store>1</show_in_store>
548
- </layout>
549
- <showCounts translate="label">
550
- <label>Show counts</label>
551
- <frontend_type>select</frontend_type>
552
- <source_model>Gigya_Social_Model_Config_Source_Counts</source_model>
553
- <sort_order>14</sort_order>
554
- <show_in_default>1</show_in_default>
555
- <show_in_website>1</show_in_website>
556
- <show_in_store>1</show_in_store>
557
- </showCounts>
558
- <imageBehavior translate="label">
559
- <label>Image</label>
560
- <frontend_type>select</frontend_type>
561
- <source_model>Gigya_Social_Model_Config_Source_Imageb</source_model>
562
- <sort_order>15</sort_order>
563
- <show_in_default>1</show_in_default>
564
- <show_in_website>1</show_in_website>
565
- <show_in_store>1</show_in_store>
566
- </imageBehavior>
567
- <imageUrl translate="label">
568
- <label>Image url</label>
569
- <frontend_type>text</frontend_type>
570
- <comment><![CDATA[Default URL of the image to share.]]></comment>
571
- <sort_order>16</sort_order>
572
- <show_in_default>1</show_in_default>
573
- <show_in_website>1</show_in_website>
574
- <show_in_store>0</show_in_store>
575
- <depends>
576
- <imageBehavior>url</imageBehavior>
577
- </depends>
578
- </imageUrl>
579
- <advancedConfig translate="label">
580
- <label>Advanced configuration</label>
581
- <frontend_type>Textarea</frontend_type>
582
- <validate>validate-json</validate>
583
- <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showShareBarUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
584
- <sort_order>17</sort_order>
585
- <show_in_default>1</show_in_default>
586
- <show_in_website>1</show_in_website>
587
- <show_in_store>1</show_in_store>
588
- </advancedConfig>
589
- </fields>
590
- </gigya_sharebar>
591
- <gigya_share_action translate="label">
592
- <label>Gigya Share action configuration</label>
593
- <frontend_type>text</frontend_type>
594
- <sort_order>102</sort_order>
595
- <show_in_default>1</show_in_default>
596
- <show_in_website>1</show_in_website>
597
- <show_in_store>0</show_in_store>
598
- <fields>
599
- <enable translate="label">
600
- <label>Enable Gigya Share Action</label>
601
- <frontend_type>select</frontend_type>
602
- <source_model>adminhtml/system_config_source_yesno</source_model>
603
- <sort_order>9</sort_order>
604
- <show_in_default>1</show_in_default>
605
- <show_in_website>1</show_in_website>
606
- <show_in_store>1</show_in_store>
607
- </enable>
608
- <enable_cart translate="label">
609
- <label>Enable Gigya Share on add to cart</label>
610
- <frontend_type>select</frontend_type>
611
- <source_model>adminhtml/system_config_source_yesno</source_model>
612
- <sort_order>10</sort_order>
613
- <show_in_default>1</show_in_default>
614
- <show_in_website>1</show_in_website>
615
- <show_in_store>1</show_in_store>
616
- </enable_cart>
617
- <enable_order translate="label">
618
- <label>Enable Gigya Share on order complete</label>
619
- <frontend_type>select</frontend_type>
620
- <source_model>adminhtml/system_config_source_yesno</source_model>
621
- <sort_order>10</sort_order>
622
- <show_in_default>1</show_in_default>
623
- <show_in_website>1</show_in_website>
624
- <show_in_store>1</show_in_store>
625
- </enable_order>
626
- <showAlwaysShare translate="label">
627
- <label>Show Always Share</label>
628
- <frontend_type>select</frontend_type>
629
- <source_model>Gigya_Social_Model_Config_Source_AllwaysShare</source_model>
630
- <sort_order>11</sort_order>
631
- <show_in_default>1</show_in_default>
632
- <show_in_website>1</show_in_website>
633
- <show_in_store>1</show_in_store>
634
- </showAlwaysShare>
635
- <showNeverShare translate="label">
636
- <label>Show Never Share</label>
637
- <frontend_type>select</frontend_type>
638
- <source_model>adminhtml/system_config_source_yesno</source_model>
639
- <sort_order>12</sort_order>
640
- <show_in_default>1</show_in_default>
641
- <show_in_website>1</show_in_website>
642
- <show_in_store>1</show_in_store>
643
- </showNeverShare>
644
- <enabledProviders translate="label">
645
- <label>Providers</label>
646
- <frontend_type>text</frontend_type>
647
- <comment>
648
- <![CDATA[List of relevant values is available <a href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showShareUI" target="_blank">here </a>under the "enabledProviders" parameter']]></comment>
649
- <sort_order>13</sort_order>
650
- <show_in_default>1</show_in_default>
651
- <show_in_website>1</show_in_website>
652
- <show_in_store>0</show_in_store>
653
- </enabledProviders>
654
- <moreEnabledProviders translate="label">
655
- <label>more screen providers</label>
656
- <frontend_type>text</frontend_type>
657
- <comment>
658
- <![CDATA[A comma separated string of destination names that defines which destination sites buttons will be displayed on the "More" screen, and also determine the order, possible values can be found <a href="http://developers.gigya.com/010_Developer_Guide/18_Plugins/032_Share/030_Adding_More_Destinations" target="_blank">here</a>. <br \> "*" means all providers. ]]></comment>
659
- <sort_order>13</sort_order>
660
- <show_in_default>1</show_in_default>
661
- <show_in_website>1</show_in_website>
662
- <show_in_store>0</show_in_store>
663
- </moreEnabledProviders>
664
- <scope translate="label">
665
- <label>Scope for publishing to Activity Feed</label>
666
- <frontend_type>select</frontend_type>
667
- <source_model>Gigya_Social_Model_Config_Source_Scope</source_model>
668
- <comment>
669
- <![CDATA[When publishing feed items, by default the feed items are published to social networks only and will not appear on the site's Activity Feed plugin. To change this behavior, you must change the publish scope to "Both"]]></comment>
670
- <sort_order>14</sort_order>
671
- <show_in_default>1</show_in_default>
672
- <show_in_website>1</show_in_website>
673
- <show_in_store>1</show_in_store>
674
- </scope>
675
- <advancedConfig translate="label">
676
- <label>Advanced configuration</label>
677
- <frontend_type>Textarea</frontend_type>
678
- <validate>validate-json</validate>
679
- <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showShareBarUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
680
- <sort_order>17</sort_order>
681
- <show_in_default>1</show_in_default>
682
- <show_in_website>1</show_in_website>
683
- <show_in_store>1</show_in_store>
684
- </advancedConfig>
685
- </fields>
686
- </gigya_share_action>
687
- </groups>
688
- </gigya_share>
689
- <gigya_reactions translate="label" module="Gigya_Social">
690
- <label>Gigya Reactions</label>
691
- <tab>gigya</tab>
692
- <frontend_type>text</frontend_type>
693
- <sort_order>102</sort_order>
694
- <show_in_default>1</show_in_default>
695
- <show_in_website>1</show_in_website>
696
- <show_in_store>0</show_in_store>
697
- <groups>
698
- <gigya_reactions_conf translate="label">
699
- <label>Gigya Reactions configuration</label>
700
- <frontend_type>text</frontend_type>
701
- <sort_order>102</sort_order>
702
- <show_in_default>1</show_in_default>
703
- <show_in_website>1</show_in_website>
704
- <show_in_store>0</show_in_store>
705
- <fields>
706
- <enable translate="label">
707
- <label>Enable Gigya reactions</label>
708
- <frontend_type>select</frontend_type>
709
- <source_model>adminhtml/system_config_source_yesno</source_model>
710
- <sort_order>10</sort_order>
711
- <show_in_default>1</show_in_default>
712
- <show_in_website>1</show_in_website>
713
- <show_in_store>1</show_in_store>
714
- </enable>
715
- <containerID translate="label">
716
- <label>Gigya reactions container id</label>
717
- <frontend_type>text</frontend_type>
718
- <comment><![CDATA[div ID for Reactions Bar]]></comment>
719
- <sort_order>11</sort_order>
720
- <show_in_default>1</show_in_default>
721
- <show_in_website>1</show_in_website>
722
- <show_in_store>0</show_in_store>
723
- </containerID>
724
- <reactions translate="label">
725
- <label>Reactions</label>
726
- <frontend_type>textarea</frontend_type>
727
- <cols>20</cols>
728
- <sort_order>12</sort_order>
729
- <show_in_default>1</show_in_default>
730
- <show_in_website>1</show_in_website>
731
- <show_in_store>1</show_in_store>
732
- </reactions>
733
- <enabledProviders translate="label">
734
- <label>Providers</label>
735
- <frontend_type>text</frontend_type>
736
- <comment>
737
- <![CDATA[List of relevant values is available <a href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showReactionsBarUI" target="_blank">here </a>under the "enabledProviders" parameter']]></comment>
738
- <sort_order>13</sort_order>
739
- <show_in_default>1</show_in_default>
740
- <show_in_website>1</show_in_website>
741
- <show_in_store>0</show_in_store>
742
- </enabledProviders>
743
- <layout translate="label">
744
- <label>Reactions Bar layout</label>
745
- <frontend_type>select</frontend_type>
746
- <source_model>Gigya_Social_Model_Config_Source_Layout</source_model>
747
- <sort_order>14</sort_order>
748
- <show_in_default>1</show_in_default>
749
- <show_in_website>1</show_in_website>
750
- <show_in_store>1</show_in_store>
751
- </layout>
752
- <showCounts translate="label">
753
- <label>Show counts</label>
754
- <frontend_type>select</frontend_type>
755
- <source_model>Gigya_Social_Model_Config_Source_Counts</source_model>
756
- <sort_order>15</sort_order>
757
- <show_in_default>1</show_in_default>
758
- <show_in_website>1</show_in_website>
759
- <show_in_store>1</show_in_store>
760
- </showCounts>
761
- <countType translate="label">
762
- <label>Count type</label>
763
- <frontend_type>select</frontend_type>
764
- <source_model>Gigya_Social_Model_Config_Source_CountType</source_model>
765
- <sort_order>15</sort_order>
766
- <show_in_default>1</show_in_default>
767
- <show_in_website>1</show_in_website>
768
- <show_in_store>1</show_in_store>
769
- </countType>
770
- <multipleReactions translate="label">
771
- <label>Use multiple reactions</label>
772
- <frontend_type>select</frontend_type>
773
- <comment>
774
- <![CDATA[whether the user is permitted to click on multiple reaction buttons on the same reaction bar, or click on one reaction button only]]></comment>
775
- <source_model>adminhtml/system_config_source_yesno</source_model>
776
- <sort_order>16</sort_order>
777
- <show_in_default>1</show_in_default>
778
- <show_in_website>1</show_in_website>
779
- <show_in_store>1</show_in_store>
780
- </multipleReactions>
781
- <scope translate="label">
782
- <label>Scope for publishing to Activity Feed</label>
783
- <frontend_type>select</frontend_type>
784
- <source_model>Gigya_Social_Model_Config_Source_Scope</source_model>
785
- <comment>
786
- <![CDATA[When publishing feed items, by default the feed items are published to social networks only and will not appear on the site's Activity Feed plugin. To change this behavior, you must change the publish scope to "Both"]]></comment>
787
- <sort_order>17</sort_order>
788
- <show_in_default>1</show_in_default>
789
- <show_in_website>1</show_in_website>
790
- <show_in_store>1</show_in_store>
791
- </scope>
792
- <imageBehavior translate="label">
793
- <label>Image</label>
794
- <frontend_type>select</frontend_type>
795
- <source_model>Gigya_Social_Model_Config_Source_Imageb</source_model>
796
- <sort_order>18</sort_order>
797
- <show_in_default>1</show_in_default>
798
- <show_in_website>1</show_in_website>
799
- <show_in_store>1</show_in_store>
800
- </imageBehavior>
801
- <imageUrl translate="label">
802
- <label>Image url</label>
803
- <frontend_type>text</frontend_type>
804
- <comment><![CDATA[Default URL of the image to share.]]></comment>
805
- <sort_order>19</sort_order>
806
- <show_in_default>1</show_in_default>
807
- <show_in_website>1</show_in_website>
808
- <show_in_store>0</show_in_store>
809
- <depends>
810
- <imageBehavior>url</imageBehavior>
811
- </depends>
812
- </imageUrl>
813
- <advancedConfig translate="label">
814
- <label>Advanced configuration</label>
815
- <frontend_type>Textarea</frontend_type>
816
- <validate>validate-json</validate>
817
- <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showReactionsBarUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
818
- <sort_order>20</sort_order>
819
- <show_in_default>1</show_in_default>
820
- <show_in_website>1</show_in_website>
821
- <show_in_store>1</show_in_store>
822
- </advancedConfig>
823
- </fields>
824
- </gigya_reactions_conf>
825
- </groups>
826
- </gigya_reactions>
827
- <gigya_comments translate="label" module="Gigya_Social">
828
- <label>Gigya Comments</label>
829
- <tab>gigya</tab>
830
- <frontend_type>text</frontend_type>
831
- <sort_order>102</sort_order>
832
- <show_in_default>1</show_in_default>
833
- <show_in_website>1</show_in_website>
834
- <show_in_store>0</show_in_store>
835
- <groups>
836
- <gigya_comments_conf translate="label">
837
- <label>Gigya Comments configuration</label>
838
- <frontend_type>text</frontend_type>
839
- <sort_order>102</sort_order>
840
- <show_in_default>1</show_in_default>
841
- <show_in_website>1</show_in_website>
842
- <show_in_store>0</show_in_store>
843
- <fields>
844
- <enable translate="label">
845
- <label>Enable Gigya Comments</label>
846
- <frontend_type>select</frontend_type>
847
- <source_model>adminhtml/system_config_source_yesno</source_model>
848
- <sort_order>10</sort_order>
849
- <show_in_default>1</show_in_default>
850
- <show_in_website>1</show_in_website>
851
- <show_in_store>1</show_in_store>
852
- </enable>
853
- <containerID translate="label">
854
- <label>Gigya Comments container id</label>
855
- <frontend_type>text</frontend_type>
856
- <comment><![CDATA[div ID for Comments]]></comment>
857
- <sort_order>11</sort_order>
858
- <show_in_default>1</show_in_default>
859
- <show_in_website>1</show_in_website>
860
- <show_in_store>0</show_in_store>
861
- </containerID>
862
- <categoryID translate="label">
863
- <label>Gigya Comments Category id</label>
864
- <frontend_type>text</frontend_type>
865
- <comment><![CDATA[Category as set up in the Gigya admin site.]]></comment>
866
- <sort_order>12</sort_order>
867
- <show_in_default>1</show_in_default>
868
- <show_in_website>1</show_in_website>
869
- <show_in_store>0</show_in_store>
870
- </categoryID>
871
- <scope translate="label">
872
- <label>Scope for publishing to Activity Feed</label>
873
- <frontend_type>select</frontend_type>
874
- <source_model>Gigya_Social_Model_Config_Source_Scope</source_model>
875
- <comment>
876
- <![CDATA[When publishing feed items, by default the feed items are published to social networks only and will not appear on the site's Activity Feed plugin. To change this behavior, you must change the publish scope to "Both"]]></comment>
877
- <sort_order>13</sort_order>
878
- <show_in_default>1</show_in_default>
879
- <show_in_website>1</show_in_website>
880
- <show_in_store>1</show_in_store>
881
- </scope>
882
- <advancedConfig translate="label">
883
- <label>Advanced configuration</label>
884
- <frontend_type>Textarea</frontend_type>
885
- <validate>validate-json</validate>
886
- <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/030_Comments/comments.showCommentsUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
887
- <sort_order>17</sort_order>
888
- <show_in_default>1</show_in_default>
889
- <show_in_website>1</show_in_website>
890
- <show_in_store>1</show_in_store>
891
- </advancedConfig>
892
- </fields>
893
- </gigya_comments_conf>
894
- </groups>
895
- </gigya_comments>
896
- <gigya_activityfeed translate="label" module="Gigya_Social">
897
- <label>Gigya Activity Feed</label>
898
- <tab>gigya</tab>
899
- <frontend_type>text</frontend_type>
900
- <sort_order>102</sort_order>
901
- <show_in_default>1</show_in_default>
902
- <show_in_website>1</show_in_website>
903
- <show_in_store>0</show_in_store>
904
- <groups>
905
- <gigya_activityfeed_conf translate="label">
906
- <label>Gigya Activity Feed configuration</label>
907
- <frontend_type>text</frontend_type>
908
- <sort_order>102</sort_order>
909
- <show_in_default>1</show_in_default>
910
- <show_in_website>1</show_in_website>
911
- <show_in_store>0</show_in_store>
912
- <fields>
913
- <enable translate="label">
914
- <label>Enable Gigya Activity Feed</label>
915
- <frontend_type>select</frontend_type>
916
- <source_model>adminhtml/system_config_source_yesno</source_model>
917
- <sort_order>10</sort_order>
918
- <show_in_default>1</show_in_default>
919
- <show_in_website>1</show_in_website>
920
- <show_in_store>1</show_in_store>
921
- </enable>
922
- <containerID translate="label">
923
- <label>Gigya Activity Feed container id</label>
924
- <frontend_type>text</frontend_type>
925
- <comment><![CDATA[div ID for Activity Feed]]></comment>
926
- <sort_order>11</sort_order>
927
- <show_in_default>1</show_in_default>
928
- <show_in_website>1</show_in_website>
929
- <show_in_store>0</show_in_store>
930
- </containerID>
931
- <siteName translate="label">
932
- <label>Site name</label>
933
- <frontend_type>text</frontend_type>
934
- <comment>
935
- <![CDATA[Your site name. This string will be planted into various headers of the plugin (for more information read the <a title="020 Developer Guide/65 The Newsfeed Widget" rel="internal" href="http://developers.gigya.com/010_Developer_Guide/18_Plugins/060_Activity_Feed_Plugin" target="_blank">Activity <span>Feed </span>Plugin</a><span> documentation</span>).]]></comment>
936
- <sort_order>12</sort_order>
937
- <show_in_default>1</show_in_default>
938
- <show_in_website>1</show_in_website>
939
- <show_in_store>0</show_in_store>
940
- </siteName>
941
- <tabOrder translate="label">
942
- <label>Tabs and order</label>
943
- <frontend_type>text</frontend_type>
944
- <comment>
945
- <![CDATA[A comma delimited list of tabs names that defines which tabs to show and the tabs order. The optional tabs names are: "everyone", "friends", "me".]]></comment>
946
- <sort_order>13</sort_order>
947
- <show_in_default>1</show_in_default>
948
- <show_in_website>1</show_in_website>
949
- <show_in_store>0</show_in_store>
950
- </tabOrder>
951
- <privacy translate="label">
952
- <label>Privacy</label>
953
- <frontend_type>select</frontend_type>
954
- <source_model>Gigya_Social_Model_Config_Source_Privacy</source_model>
955
- <sort_order>14</sort_order>
956
- <show_in_default>1</show_in_default>
957
- <show_in_website>1</show_in_website>
958
- <show_in_store>1</show_in_store>
959
- </privacy>
960
- <width translate="label">
961
- <label>Width</label>
962
- <frontend_type>text</frontend_type>
963
- <sort_order>15</sort_order>
964
- <show_in_default>1</show_in_default>
965
- <show_in_website>1</show_in_website>
966
- <show_in_store>0</show_in_store>
967
- </width>
968
- <height translate="label">
969
- <label>Height</label>
970
- <frontend_type>text</frontend_type>
971
- <sort_order>16</sort_order>
972
- <show_in_default>1</show_in_default>
973
- <show_in_website>1</show_in_website>
974
- <show_in_store>0</show_in_store>
975
- </height>
976
- <advancedConfig translate="label">
977
- <label>Advanced configuration</label>
978
- <frontend_type>Textarea</frontend_type>
979
- <validate>validate-json</validate>
980
- <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showFeedUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
981
- <sort_order>17</sort_order>
982
- <show_in_default>1</show_in_default>
983
- <show_in_website>1</show_in_website>
984
- <show_in_store>1</show_in_store>
985
- </advancedConfig>
986
- </fields>
987
- </gigya_activityfeed_conf>
988
- </groups>
989
- </gigya_activityfeed>
990
- <gigya_gamification translate="label" module="Gigya_Social">
991
- <label>Gigya Gamification</label>
992
- <tab>gigya</tab>
993
- <frontend_type>text</frontend_type>
994
- <sort_order>102</sort_order>
995
- <show_in_default>1</show_in_default>
996
- <show_in_website>1</show_in_website>
997
- <show_in_store>0</show_in_store>
998
- <groups>
999
- <gigya_gamification_conf translate="label">
1000
- <label>Gigya Gamification configuration</label>
1001
- <frontend_type>text</frontend_type>
1002
- <sort_order>102</sort_order>
1003
- <show_in_default>1</show_in_default>
1004
- <show_in_website>1</show_in_website>
1005
- <show_in_store>0</show_in_store>
1006
- <expanded>1</expanded>
1007
- <fields>
1008
- <enable translate="label">
1009
- <label>Enable Gigya Gamification</label>
1010
- <frontend_type>select</frontend_type>
1011
- <backend_model>Gigya_Social_Model_Config_Backend_Gm</backend_model>
1012
- <source_model>adminhtml/system_config_source_yesno</source_model>
1013
- <sort_order>10</sort_order>
1014
- <show_in_default>1</show_in_default>
1015
- <show_in_website>1</show_in_website>
1016
- <show_in_store>1</show_in_store>
1017
- </enable>
1018
- <notifications translate="label">
1019
- <label>Enable Gamification notifications</label>
1020
- <frontend_type>select</frontend_type>
1021
- <source_model>adminhtml/system_config_source_yesno</source_model>
1022
- <sort_order>11</sort_order>
1023
- <show_in_default>1</show_in_default>
1024
- <show_in_website>1</show_in_website>
1025
- <show_in_store>1</show_in_store>
1026
- </notifications>
1027
- <period translate="label">
1028
- <label>Leaderboard Time Period</label>
1029
- <frontend_type>select</frontend_type>
1030
- <source_model>Gigya_Social_Model_Config_Source_Leaderboard</source_model>
1031
- <sort_order>12</sort_order>
1032
- <show_in_default>1</show_in_default>
1033
- <show_in_website>1</show_in_website>
1034
- <show_in_store>1</show_in_store>
1035
- </period>
1036
- <totalCount translate="label">
1037
- <label>Leaderboard User Count</label>
1038
- <frontend_type>text</frontend_type>
1039
- <comment>
1040
- <![CDATA[The total number of users to display in the Leaderboard plugin. values between 1 - 36]]></comment>
1041
- <sort_order>13</sort_order>
1042
- <show_in_default>1</show_in_default>
1043
- <show_in_website>1</show_in_website>
1044
- <show_in_store>0</show_in_store>
1045
- </totalCount>
1046
- <purchaseAction translate="label">
1047
- <label>Enable purchase notifications to Gamification</label>
1048
- <frontend_type>select</frontend_type>
1049
- <source_model>adminhtml/system_config_source_yesno</source_model>
1050
- <sort_order>14</sort_order>
1051
- <show_in_default>1</show_in_default>
1052
- <show_in_website>1</show_in_website>
1053
- <show_in_store>1</show_in_store>
1054
- </purchaseAction>
1055
- <advancedConfig translate="label">
1056
- <label>Advanced configuration</label>
1057
- <frontend_type>Textarea</frontend_type>
1058
- <validate>validate-json</validate>
1059
- <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/040_GM">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
1060
- <sort_order>17</sort_order>
1061
- <show_in_default>1</show_in_default>
1062
- <show_in_website>1</show_in_website>
1063
- <show_in_store>1</show_in_store>
1064
- </advancedConfig>
1065
- </fields>
1066
- </gigya_gamification_conf>
1067
- </groups>
1068
- </gigya_gamification>
1069
- <gigya_r_and_r translate="label" module="Gigya_Social">
1070
- <label>Gigya Rating &amp; Reviews</label>
1071
- <tab>gigya</tab>
1072
- <frontend_type>text</frontend_type>
1073
- <sort_order>106</sort_order>
1074
- <show_in_default>1</show_in_default>
1075
- <show_in_website>1</show_in_website>
1076
- <show_in_store>0</show_in_store>
1077
- <groups>
1078
- <gigya_r_and_r_conf translate="label">
1079
- <label>Gigya Rating &amp; Reviews configuration</label>
1080
- <frontend_type>text</frontend_type>
1081
- <sort_order>102</sort_order>
1082
- <show_in_default>1</show_in_default>
1083
- <show_in_website>1</show_in_website>
1084
- <show_in_store>0</show_in_store>
1085
- <fields>
1086
- <enable translate="label">
1087
- <label>Enable Gigya Rating &amp; Reviews</label>
1088
- <frontend_type>select</frontend_type>
1089
- <source_model>adminhtml/system_config_source_yesno</source_model>
1090
- <sort_order>10</sort_order>
1091
- <show_in_default>1</show_in_default>
1092
- <show_in_website>1</show_in_website>
1093
- <show_in_store>1</show_in_store>
1094
- </enable>
1095
- <containerID translate="label,comment">
1096
- <label>Div ID</label>
1097
- <frontend_type>label</frontend_type>
1098
- <comment><![CDATA[The ratings container div ID]]></comment>
1099
- <sort_order>11</sort_order>
1100
- <show_in_default>1</show_in_default>
1101
- <show_in_website>1</show_in_website>
1102
- <show_in_store>0</show_in_store>
1103
- </containerID>
1104
- <categoryID translate="label,comment">
1105
- <label>The identifier of the Comments Category</label>
1106
- <comment><![CDATA[Category name, as set up in the <a href="https://console.gigya.com/Site/partners/Settings.aspx#cmd%3DSettings.CommentsSetup">Gigya Administration Console</a> site]]></comment>
1107
- <frontend_type>text</frontend_type>
1108
- <sort_order>12</sort_order>
1109
- <show_in_default>1</show_in_default>
1110
- <show_in_website>1</show_in_website>
1111
- <show_in_store>0</show_in_store>
1112
- </categoryID>
1113
- <scope translate="label">
1114
- <label>Scope for publishing to Activity Feed</label>
1115
- <frontend_type>select</frontend_type>
1116
- <source_model>Gigya_Social_Model_Config_Source_Scope</source_model>
1117
- <comment>
1118
- <![CDATA[When publishing feed items, by default the feed items are published to social networks only and will not appear on the site's Activity Feed plugin. To change this behavior, you must change the publish scope to "Both"]]></comment>
1119
- <sort_order>13</sort_order>
1120
- <show_in_default>1</show_in_default>
1121
- <show_in_website>1</show_in_website>
1122
- <show_in_store>1</show_in_store>
1123
- </scope>
1124
- <advancedConfig translate="label">
1125
- <label>Advanced configuration</label>
1126
- <frontend_type>Textarea</frontend_type>
1127
- <validate>validate-json</validate>
1128
- <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/030_Comments/comments.showRatingUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
1129
- <sort_order>14</sort_order>
1130
- <show_in_default>1</show_in_default>
1131
- <show_in_website>1</show_in_website>
1132
- <show_in_store>1</show_in_store>
1133
- </advancedConfig>
1134
- </fields>
1135
- </gigya_r_and_r_conf>
1136
- </groups>
1137
- </gigya_r_and_r>
1138
-
1139
- <gigya_followbar translate="label" module="Gigya_Social">
1140
- <label>Gigya Follow Bar</label>
1141
- <tab>gigya</tab>
1142
- <sort_order>107</sort_order>
1143
- <frontend_type>text</frontend_type>
1144
- <show_in_default>1</show_in_default>
1145
- <show_in_website>1</show_in_website>
1146
- <show_in_store>1</show_in_store>
1147
- <groups>
1148
- <gigya_followbar_conf translate="label">
1149
- <label>Follow bar configuration</label>
1150
- <sort_order>1</sort_order>
1151
- <frontend_type>text</frontend_type>
1152
- <show_in_default>1</show_in_default>
1153
- <show_in_website>1</show_in_website>
1154
- <show_in_store>0</show_in_store>
1155
- <expanded>1</expanded>
1156
- <fields>
1157
- <enable translate="label">
1158
- <label>Enable</label>
1159
- <frontend_type>select</frontend_type>
1160
- <source_model>adminhtml/system_config_source_yesno</source_model>
1161
- <sort_order>1</sort_order>
1162
- <show_in_default>1</show_in_default>
1163
- <show_in_website>1</show_in_website>
1164
- <show_in_store>1</show_in_store>
1165
- </enable>
1166
- <containerID translate="label,comment">
1167
- <label>Gigya Follow Bar container id</label>
1168
- <frontend_type>text</frontend_type>
1169
- <comment><![CDATA[An ID of a &lt;DIV&gt; element on the page in which you want to display the plugin.]]></comment>
1170
- <sort_order>2</sort_order>
1171
- <show_in_default>1</show_in_default>
1172
- <show_in_website>1</show_in_website>
1173
- <show_in_store>0</show_in_store>
1174
- </containerID>
1175
- <layout translate="label,comment">
1176
- <label>Follow Bar layout</label>
1177
- <frontend_type>select</frontend_type>
1178
- <source_model>Gigya_Social_Model_Config_Source_Layout</source_model>
1179
- <sort_order>3</sort_order>
1180
- <comment>Sets the arrangement of buttons in the bar.</comment>
1181
- <show_in_default>1</show_in_default>
1182
- <show_in_website>1</show_in_website>
1183
- <show_in_store>0</show_in_store>
1184
- </layout>
1185
- <iconSize translate="label,comment">
1186
- <label>Icon size</label>
1187
- <frontend_type>text</frontend_type>
1188
- <comment>The size in pixels of the icons displayed in the bar.</comment>
1189
- <sort_order>4</sort_order>
1190
- <show_in_default>1</show_in_default>
1191
- <show_in_website>1</show_in_website>
1192
- <show_in_store>0</show_in_store>
1193
- </iconSize>
1194
- <buttons translate="label,comment">
1195
- <label>Follow buttons</label>
1196
- <frontend_type>textarea</frontend_type>
1197
- <validate>validate-json</validate>
1198
- <comment><![CDATA[Please enter a list of <a href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showFollowBarUI#FollowButton_Object" target="blank">FollowButton</a> Objects that should appear on the Follow Bar.</div>]]></comment>
1199
- <sort_order>5</sort_order>
1200
- <show_in_default>1</show_in_default>
1201
- <show_in_website>1</show_in_website>
1202
- <show_in_store>0</show_in_store>
1203
- </buttons>
1204
- <advancedConfig translate="label,comment">
1205
- <label>Advanced Configuration</label>
1206
- <frontend_type>textarea</frontend_type>
1207
- <validate>validate-json</validate>
1208
- <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span><p/><p> See list of available: <a href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showFollowBarUI#Method_Parameters" target="blank">Parameters</a></p> ]]></comment>
1209
- <sort_order>6</sort_order>
1210
- <show_in_default>1</show_in_default>
1211
- <show_in_website>1</show_in_website>
1212
- <show_in_store>0</show_in_store>
1213
- </advancedConfig>
1214
- </fields>
1215
- </gigya_followbar_conf>
1216
- </groups>
1217
- </gigya_followbar>
1218
- </sections>
1219
- </config>
1220
-
1
+ <?xml version="1.0"?>
2
+ <!-- Guide: http://www.ecomdev.org/2010/10/27/custom-configuration-fields-in-magento.html
3
+ http://alanstorm.com/custom_magento_system_configuration
4
+ -->
5
+ <config>
6
+ <tabs>
7
+ <gigya translate="label">
8
+ <label>Gigya</label>
9
+ <sort_order>250</sort_order>
10
+ </gigya>
11
+ </tabs>
12
+ <sections>
13
+ <gigya_global translate="label" module="Gigya_Social">
14
+ <label>Gigya Global</label>
15
+ <tab>gigya</tab>
16
+ <frontend_type>text</frontend_type>
17
+ <sort_order>99</sort_order>
18
+ <show_in_default>1</show_in_default>
19
+ <show_in_website>1</show_in_website>
20
+ <show_in_store>1</show_in_store>
21
+ <groups>
22
+ <gigya_global_conf translate="label">
23
+ <label>Gigya global configuration</label>
24
+ <frontend_type>text</frontend_type>
25
+ <sort_order>99</sort_order>
26
+ <show_in_default>1</show_in_default>
27
+ <show_in_website>1</show_in_website>
28
+ <show_in_store>1</show_in_store>
29
+ <fields>
30
+ <enable translate="label">
31
+ <label>Enable</label>
32
+ <frontend_type>select</frontend_type>
33
+ <source_model>adminhtml/system_config_source_yesno</source_model>
34
+ <sort_order>8</sort_order>
35
+ <show_in_default>1</show_in_default>
36
+ <show_in_website>1</show_in_website>
37
+ <show_in_store>1</show_in_store>
38
+ </enable>
39
+ <version translate="label">
40
+ <label>Version number</label>
41
+ <frontend_type>label</frontend_type>
42
+ <frontend_model>Gigya_Social_Block_Adminhtml_Version</frontend_model>
43
+ <sort_order>9</sort_order>
44
+ <show_in_default>1</show_in_default>
45
+ <show_in_website>1</show_in_website>
46
+ <show_in_store>1</show_in_store>
47
+ </version>
48
+ <apikey translate="label">
49
+ <label>Gigya API key</label>
50
+ <frontend_type>text</frontend_type>
51
+ <backend_model>Gigya_Social_Model_Config_Backend_ApiKey</backend_model>
52
+ <comment><![CDATA[Specify the Gigya API key for this domain]]></comment>
53
+ <sort_order>11</sort_order>
54
+ <show_in_default>1</show_in_default>
55
+ <show_in_website>1</show_in_website>
56
+ <show_in_store>1</show_in_store>
57
+ </apikey>
58
+ <secretkey translate="label">
59
+ <label>Gigya Secret key</label>
60
+ <frontend_type>text</frontend_type>
61
+ <comment><![CDATA[Specify the Gigya Secret (Base64 encoded) key for this domain]]></comment>
62
+ <sort_order>12</sort_order>
63
+ <show_in_default>1</show_in_default>
64
+ <show_in_website>1</show_in_website>
65
+ <show_in_store>0</show_in_store>
66
+ </secretkey>
67
+ <userKey translate="label">
68
+ <label>Gigya User key</label>
69
+ <frontend_type>text</frontend_type>
70
+ <comment>
71
+ <![CDATA["Specify your User key. Both User Key & User Secret key are mandatory. Learn more in <a href="http://developers.gigya.com/010_Developer_Guide/83_Roles_and_Permissions#Obtaining_and_Using_the_User_Key">Obtaining and Using the User Key</a>"
72
+ <br/><b style="color: red;">Warning: your User Key may have limited Gigya permissions. This may cause permission errors that will limit/damage the module functionality.</b>]]></comment>
73
+ <sort_order>14</sort_order>
74
+ <show_in_default>1</show_in_default>
75
+ <show_in_website>1</show_in_website>
76
+ <show_in_store>1</show_in_store>
77
+ </userKey>
78
+ <userSecret translate="label">
79
+ <label>Gigya User Secret</label>
80
+ <frontend_type>text</frontend_type>
81
+ <comment><![CDATA[Specify your User Secret key. Both User Key & User Secret key are mandatory. Learn more in <a href="http://developers.gigya.com/010_Developer_Guide/83_Roles_and_Permissions#Obtaining_and_Using_the_User_Key">Obtaining and Using the User Key</a>"]]></comment>
82
+ <sort_order>15</sort_order>
83
+ <show_in_default>1</show_in_default>
84
+ <show_in_website>1</show_in_website>
85
+ <show_in_store>1</show_in_store>
86
+ </userSecret>
87
+ <useUserKey translate="label">
88
+ <label>Use user key &amp; User secret key</label>
89
+ <frontend_type>select</frontend_type>
90
+ <source_model>adminhtml/system_config_source_yesno</source_model>
91
+ <comment><![CDATA[Choose whether to set above your Gigya Secret key (default) or to set a user specific User key &amp; User Secret key. Learn more in <a href="http://developers.gigya.com/010_Developer_Guide/83_Roles_and_Permissions#Obtaining_and_Using_the_User_Key">Obtaining and Using the User Key</a></comment>]]></comment>
92
+ <sort_order>16</sort_order>
93
+ <show_in_default>1</show_in_default>
94
+ <show_in_website>1</show_in_website>
95
+ <show_in_store>1</show_in_store>
96
+ </useUserKey>
97
+ <providers translate="label">
98
+ <label>Providers</label>
99
+ <frontend_type>text</frontend_type>
100
+ <comment><![CDATA[Comma separated list of networks that would be included. For example: "Facebook, Twitter, Yahoo". <br/>
101
+ * means all networks. See list of available <a href="http://developers.gigya.com/020_Client_API/020_Methods/Socialize.showLoginUI" target="_blank">providers.</a>]]></comment>
102
+ <sort_order>17</sort_order>
103
+ <show_in_default>1</show_in_default>
104
+ <show_in_website>1</show_in_website>
105
+ <show_in_store>1</show_in_store>
106
+ </providers>
107
+ <dataCenter translate="label">
108
+ <label>Data Center Region</label>
109
+ <frontend_type>select</frontend_type>
110
+ <source_model>Gigya_Social_Model_Config_Source_Datacenter</source_model>
111
+ <sort_order>18</sort_order>
112
+ <show_in_default>1</show_in_default>
113
+ <show_in_website>1</show_in_website>
114
+ <show_in_store>0</show_in_store>
115
+ </dataCenter>
116
+ <dataCenterOther translate="label">
117
+ <frontend_type>text</frontend_type>
118
+ <comment><![CDATA[<span class="dc-gigya-domain">.gigya.com</span><div>Please specify the Gigya data center in which your site is defined. For example: 'eu1'. To verify your site location contact your Gigya implementation manager.</div>]]></comment>
119
+ <sort_order>18</sort_order>
120
+ <show_in_default>1</show_in_default>
121
+ <show_in_website>1</show_in_website>
122
+ <show_in_store>0</show_in_store>
123
+ <depends>
124
+ <dataCenter></dataCenter>
125
+ </depends>
126
+ </dataCenterOther>
127
+ <laguages translate="label">
128
+ <label>Interface language</label>
129
+ <frontend_type>select</frontend_type>
130
+ <source_model>Gigya_Social_Model_Config_Source_Languages</source_model>
131
+ <sort_order>19</sort_order>
132
+ <show_in_default>1</show_in_default>
133
+ <show_in_website>1</show_in_website>
134
+ <show_in_store>1</show_in_store>
135
+ </laguages>
136
+ <loginBehavior translate="label">
137
+ <label>Login behavior</label>
138
+ <frontend_type>select</frontend_type>
139
+ <source_model>Gigya_Social_Model_Config_Source_Loginb</source_model>
140
+ <sort_order>20</sort_order>
141
+ <show_in_default>1</show_in_default>
142
+ <show_in_website>1</show_in_website>
143
+ <show_in_store>1</show_in_store>
144
+ </loginBehavior>
145
+ <google_sa translate="label">
146
+ <label>Enable Google Social Analytics</label>
147
+ <frontend_type>select</frontend_type>
148
+ <source_model>adminhtml/system_config_source_yesno</source_model>
149
+ <sort_order>21</sort_order>
150
+ <show_in_default>1</show_in_default>
151
+ <show_in_website>1</show_in_website>
152
+ <show_in_store>1</show_in_store>
153
+ </google_sa>
154
+ <counters translate="label">
155
+ <label>Enable purchase notifications to Customer Insights</label>
156
+ <frontend_type>select</frontend_type>
157
+ <backend_model>Gigya_Social_Model_Config_Backend_Counters</backend_model>
158
+ <source_model>adminhtml/system_config_source_yesno</source_model>
159
+ <comment>
160
+ <![CDATA[Notify Gigya of purchases carried out in the store. The accumulated values will show under Revenue <a href="https://console.gigya.com/Site/partners/Insights.aspx#Revenue%20Activity">Activity</a> section of Customer Insights]]></comment>
161
+ <sort_order>22</sort_order>
162
+ <show_in_default>1</show_in_default>
163
+ <show_in_website>1</show_in_website>
164
+ <show_in_store>1</show_in_store>
165
+ </counters>
166
+ <debug_log translate="label">
167
+ <label>Enable Gigya debug log</label>
168
+ <frontend_type>select</frontend_type>
169
+ <source_model>adminhtml/system_config_source_yesno</source_model>
170
+ <sort_order>23</sort_order>
171
+ <show_in_default>1</show_in_default>
172
+ <show_in_website>1</show_in_website>
173
+ <show_in_store>1</show_in_store>
174
+ </debug_log>
175
+ <advancedConfig translate="label">
176
+ <label>Advanced configuration</label>
177
+ <frontend_type>Textarea</frontend_type>
178
+ <validate>validate-json</validate>
179
+ <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/030_API_reference/010_Client_API/010_Objects/Conf_object">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
180
+ <sort_order>24</sort_order>
181
+ <show_in_default>1</show_in_default>
182
+ <show_in_website>1</show_in_website>
183
+ <show_in_store>1</show_in_store>
184
+ </advancedConfig>
185
+ </fields>
186
+ </gigya_global_conf>
187
+ </groups>
188
+ </gigya_global>
189
+ <gigya_login translate="label" module="Gigya_Social">
190
+ <label>Gigya User Management</label>
191
+ <tab>gigya</tab>
192
+ <frontend_type>text</frontend_type>
193
+ <sort_order>100</sort_order>
194
+ <show_in_default>1</show_in_default>
195
+ <show_in_website>1</show_in_website>
196
+ <show_in_store>1</show_in_store>
197
+ <groups>
198
+ <gigya_user_management translate="label">
199
+ <label>Gigya User Management</label>
200
+ <frontend_type>text</frontend_type>
201
+ <sort_order>100</sort_order>
202
+ <show_in_default>1</show_in_default>
203
+ <show_in_website>1</show_in_website>
204
+ <show_in_store>0</show_in_store>
205
+ <fields>
206
+ <login_modes translate="label">
207
+ <label>Gigya User Management</label>
208
+ <frontend_type>select</frontend_type>
209
+ <backend_model>Gigya_Social_Model_Config_Backend_UserMode</backend_model>
210
+ <source_model>Gigya_Social_Model_Config_Source_LoginModes</source_model>
211
+ <comment><![CDATA[<span style="display: none;" class="raas-comment">Selecting this option overrides Magento's user management system. This requires additional administration steps. Learn more <a href="http://developers.gigya.com/015_Partners/030_CMS_and_Ecommerce_Platforms/050_Magento">here</a></span>]]></comment>
212
+ <sort_order>9</sort_order>
213
+ <show_in_default>1</show_in_default>
214
+ <show_in_website>1</show_in_website>
215
+ <show_in_store>1</show_in_store>
216
+ </login_modes>
217
+ </fields>
218
+ </gigya_user_management>
219
+ <gigya_login_conf translate="label">
220
+ <label>Gigya Social login configuration</label>
221
+ <frontend_type>text</frontend_type>
222
+ <sort_order>100</sort_order>
223
+ <show_in_default>1</show_in_default>
224
+ <show_in_website>1</show_in_website>
225
+ <show_in_store>0</show_in_store>
226
+ <fields>
227
+ <buttonsStyle translate="label">
228
+ <label>Button style</label>
229
+ <frontend_type>select</frontend_type>
230
+ <source_model>Gigya_Social_Model_Config_Source_Buttons</source_model>
231
+ <sort_order>11</sort_order>
232
+ <show_in_default>1</show_in_default>
233
+ <show_in_website>1</show_in_website>
234
+ <show_in_store>1</show_in_store>
235
+ </buttonsStyle>
236
+ <showTermsLink translate="label">
237
+ <label>Show terms link</label>
238
+ <frontend_type>select</frontend_type>
239
+ <source_model>adminhtml/system_config_source_yesno</source_model>
240
+ <sort_order>12</sort_order>
241
+ <show_in_default>1</show_in_default>
242
+ <show_in_website>1</show_in_website>
243
+ <show_in_store>1</show_in_store>
244
+ </showTermsLink>
245
+ <containerID translate="label">
246
+ <label>Gigya login container id</label>
247
+ <frontend_type>text</frontend_type>
248
+ <comment><![CDATA[div ID for loginUI]]></comment>
249
+ <sort_order>14</sort_order>
250
+ <show_in_default>1</show_in_default>
251
+ <show_in_website>1</show_in_website>
252
+ <show_in_store>0</show_in_store>
253
+ </containerID>
254
+ <width translate="label">
255
+ <label>Width</label>
256
+ <frontend_type>text</frontend_type>
257
+ <sort_order>15</sort_order>
258
+ <show_in_default>1</show_in_default>
259
+ <show_in_website>1</show_in_website>
260
+ <show_in_store>0</show_in_store>
261
+ </width>
262
+ <height translate="label">
263
+ <label>Height</label>
264
+ <frontend_type>text</frontend_type>
265
+ <sort_order>16</sort_order>
266
+ <show_in_default>1</show_in_default>
267
+ <show_in_website>1</show_in_website>
268
+ <show_in_store>0</show_in_store>
269
+ </height>
270
+ <advancedConfig translate="label">
271
+ <label>Advanced configuration</label>
272
+ <frontend_type>Textarea</frontend_type>
273
+ <validate>validate-json</validate>
274
+ <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/010_Socialize/Socialize.showLoginUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
275
+ <sort_order>17</sort_order>
276
+ <show_in_default>1</show_in_default>
277
+ <show_in_website>1</show_in_website>
278
+ <show_in_store>1</show_in_store>
279
+ </advancedConfig>
280
+ </fields>
281
+ </gigya_login_conf>
282
+ <gigya_raas_conf translate="label">
283
+ <label>Registration-as-a-Service</label>
284
+ <frontend_type>text</frontend_type>
285
+ <comment>
286
+ <![CDATA[RaaS requires initial configuration in Gigya's Admin Console. Screen sets can be defined in the <a class="link-https" target="_blank" rel="external nofollow" href="https://platform.gigya.com/site/partners/Settings.aspx#cmd%3DUserManagement360.ScreenSets" title="https://platform.gigya.com/site/partners/Settings.aspx#cmd%3DUserManagement360.ScreenSets">UI Builder</a>. The page will display a list of predefined default screen-sets, each with an ID. Click on the "Visual Editor" link next to the screen-set that you want to use, this will open the <a class="external" target="_blank" title="010_Developer_Guide/10_UM360/040_Raas/020_UI_Builder#Visual_Editor" rel="internal" href="http://developers.gigya.com/010_Developer_Guide/10_UM360/040_Raas/020_UI_Builder#Visual_Editor">Visual Editor</a> window. You can modify the screens, or just hit the "Save" button to activate them. Please make sure that the screen-set IDs that are defined below match the IDs of the screen-sets you have configured in the <a class="link-https" target="_blank" rel="external nofollow" href="https://platform.gigya.com/site/partners/Settings.aspx#cmd%3DUserManagement360.ScreenSets" title="https://platform.gigya.com/site/partners/Settings.aspx#cmd%3DUserManagement360.ScreenSets">UI Builder</a> page.']]></comment>
287
+ <sort_order>101</sort_order>
288
+ <show_in_default>1</show_in_default>
289
+ <show_in_website>1</show_in_website>
290
+ <show_in_store>0</show_in_store>
291
+ <fields>
292
+ <title translate="label">
293
+ <lable>Registration-as-a-Service</lable>
294
+ <frontend_type>label</frontend_type>
295
+ <frontend_model>Gigya_Social_Block_Adminhtml_RaasTitles</frontend_model>
296
+ <sort_order>10</sort_order>
297
+ <show_in_default>1</show_in_default>
298
+ <show_in_website>1</show_in_website>
299
+ <show_in_store>1</show_in_store>
300
+ </title>
301
+ <WebScreen translate="label">
302
+ <label>Web Screen Set ID</label>
303
+ <frontend_type>text</frontend_type>
304
+ <backend_model>Gigya_Social_Model_Config_Backend_RaasScreens</backend_model>
305
+ <sort_order>11</sort_order>
306
+ <show_in_default>1</show_in_default>
307
+ <show_in_website>1</show_in_website>
308
+ <show_in_store>0</show_in_store>
309
+ </WebScreen>
310
+ <MobileScreen translate="label">
311
+ <label>Mobile Screen Set ID</label>
312
+ <frontend_type>text</frontend_type>
313
+ <backend_model>Gigya_Social_Model_Config_Backend_RaasScreens</backend_model>
314
+ <sort_order>12</sort_order>
315
+ <show_in_default>1</show_in_default>
316
+ <show_in_website>1</show_in_website>
317
+ <show_in_store>0</show_in_store>
318
+ </MobileScreen>
319
+ <LoginScreen translate="label">
320
+ <label>Login Screen ID</label>
321
+ <frontend_type>text</frontend_type>
322
+ <backend_model>Gigya_Social_Model_Config_Backend_RaasScreens</backend_model>
323
+ <sort_order>13</sort_order>
324
+ <show_in_default>1</show_in_default>
325
+ <show_in_website>1</show_in_website>
326
+ <show_in_store>0</show_in_store>
327
+ </LoginScreen>
328
+ <RegisterScreen translate="label">
329
+ <label>Register Screen ID</label>
330
+ <frontend_type>text</frontend_type>
331
+ <backend_model>Gigya_Social_Model_Config_Backend_RaasScreens</backend_model>
332
+ <sort_order>13</sort_order>
333
+ <show_in_default>1</show_in_default>
334
+ <show_in_website>1</show_in_website>
335
+ <show_in_store>0</show_in_store>
336
+ </RegisterScreen>
337
+ <profile_title translate="label">
338
+ <lable>Registration-as-a-Service</lable>
339
+ <frontend_type>label</frontend_type>
340
+ <frontend_model>Gigya_Social_Block_Adminhtml_RaasTitles</frontend_model>
341
+ <sort_order>14</sort_order>
342
+ <show_in_default>1</show_in_default>
343
+ <show_in_website>1</show_in_website>
344
+ <show_in_store>1</show_in_store>
345
+ </profile_title>
346
+ <ProfileWebScreen translate="label">
347
+ <label>Profile Screen Set ID</label>
348
+ <frontend_type>text</frontend_type>
349
+ <backend_model>Gigya_Social_Model_Config_Backend_RaasScreens</backend_model>
350
+ <sort_order>15</sort_order>
351
+ <show_in_default>1</show_in_default>
352
+ <show_in_website>1</show_in_website>
353
+ <show_in_store>0</show_in_store>
354
+ </ProfileWebScreen>
355
+ <ProfileMobileScreen translate="label">
356
+ <label>Mobile Screen Set ID</label>
357
+ <frontend_type>text</frontend_type>
358
+ <backend_model>Gigya_Social_Model_Config_Backend_RaasScreens</backend_model>
359
+ <sort_order>16</sort_order>
360
+ <show_in_default>1</show_in_default>
361
+ <show_in_website>1</show_in_website>
362
+ <show_in_store>0</show_in_store>
363
+ </ProfileMobileScreen>
364
+ <override_links>
365
+ <label>Override Magento links</label>
366
+ <frontend_type>select</frontend_type>
367
+ <comment>
368
+ <![CDATA[When set to yes, the Magento default "Login", "Registration" and "Edit Profile" links pop-up RaaS screens instead of Magento screens.]]></comment>
369
+ <source_model>adminhtml/system_config_source_yesno</source_model>
370
+ <sort_order>17</sort_order>
371
+ <show_in_default>1</show_in_default>
372
+ <show_in_website>1</show_in_website>
373
+ <show_in_store>0</show_in_store>
374
+ </override_links>
375
+ <div_ids_title translate="label">
376
+ <lable>Registration-as-a-Service</lable>
377
+ <frontend_type>label</frontend_type>
378
+ <frontend_model>Gigya_Social_Block_Adminhtml_RaasTitles</frontend_model>
379
+ <comment>
380
+ <![CDATA[Specify the DIV IDs in which to embed the screen-sets. If the IDs are empty (default), then the screen-set would show as pop-up dialogs.]]></comment>
381
+ <sort_order>18</sort_order>
382
+ <show_in_default>1</show_in_default>
383
+ <show_in_website>1</show_in_website>
384
+ <show_in_store>1</show_in_store>
385
+ </div_ids_title>
386
+ <raas_login_div_id translate="label">
387
+ <label>Login</label>
388
+ <frontend_type>text</frontend_type>
389
+ <sort_order>19</sort_order>
390
+ <show_in_default>1</show_in_default>
391
+ <show_in_website>1</show_in_website>
392
+ <show_in_store>0</show_in_store>
393
+ </raas_login_div_id>
394
+ <raas_register_div_id translate="label">
395
+ <label>Register</label>
396
+ <frontend_type>text</frontend_type>
397
+ <sort_order>20</sort_order>
398
+ <show_in_default>1</show_in_default>
399
+ <show_in_website>1</show_in_website>
400
+ <show_in_store>0</show_in_store>
401
+ </raas_register_div_id>
402
+ <raas_profile_div_id translate="label">
403
+ <label>Profile</label>
404
+ <frontend_type>text</frontend_type>
405
+ <sort_order>21</sort_order>
406
+ <show_in_default>1</show_in_default>
407
+ <show_in_website>1</show_in_website>
408
+ <show_in_store>0</show_in_store>
409
+ </raas_profile_div_id>
410
+ </fields>
411
+ </gigya_raas_conf>
412
+ <gigya_link_accounts translate="lable">
413
+ <label>Gigya Add Connections configuration</label>
414
+ <frontend_type>text</frontend_type>
415
+ <sort_order>101</sort_order>
416
+ <show_in_default>1</show_in_default>
417
+ <show_in_website>1</show_in_website>
418
+ <show_in_store>0</show_in_store>
419
+ <fields>
420
+ <enable translate="label">
421
+ <label>Enable Gigya add connections</label>
422
+ <frontend_type>select</frontend_type>
423
+ <source_model>adminhtml/system_config_source_yesno</source_model>
424
+ <sort_order>10</sort_order>
425
+ <show_in_default>1</show_in_default>
426
+ <show_in_website>1</show_in_website>
427
+ <show_in_store>1</show_in_store>
428
+ </enable>
429
+ <containerID translate="label">
430
+ <label>Gigya add connections container id</label>
431
+ <frontend_type>text</frontend_type>
432
+ <comment><![CDATA[div ID for add connections]]></comment>
433
+ <sort_order>11</sort_order>
434
+ <show_in_default>1</show_in_default>
435
+ <show_in_website>1</show_in_website>
436
+ <show_in_store>0</show_in_store>
437
+ </containerID>
438
+ <width translate="label">
439
+ <label>Width</label>
440
+ <frontend_type>text</frontend_type>
441
+ <sort_order>12</sort_order>
442
+ <show_in_default>1</show_in_default>
443
+ <show_in_website>1</show_in_website>
444
+ <show_in_store>0</show_in_store>
445
+ </width>
446
+ <height translate="label">
447
+ <label>Height</label>
448
+ <frontend_type>text</frontend_type>
449
+ <sort_order>13</sort_order>
450
+ <show_in_default>1</show_in_default>
451
+ <show_in_website>1</show_in_website>
452
+ <show_in_store>0</show_in_store>
453
+ </height>
454
+ <showTermsLink translate="label">
455
+ <label>Show terms link</label>
456
+ <frontend_type>select</frontend_type>
457
+ <source_model>adminhtml/system_config_source_yesno</source_model>
458
+ <sort_order>14</sort_order>
459
+ <show_in_default>1</show_in_default>
460
+ <show_in_website>1</show_in_website>
461
+ <show_in_store>1</show_in_store>
462
+ </showTermsLink>
463
+ <showEditLink translate="label">
464
+ <label>Show edit link</label>
465
+ <frontend_type>select</frontend_type>
466
+ <source_model>adminhtml/system_config_source_yesno</source_model>
467
+ <sort_order>14</sort_order>
468
+ <show_in_default>1</show_in_default>
469
+ <show_in_website>1</show_in_website>
470
+ <show_in_store>1</show_in_store>
471
+ </showEditLink>
472
+ <advancedConfig translate="label">
473
+ <label>Advanced configuration</label>
474
+ <frontend_type>Textarea</frontend_type>
475
+ <validate>validate-json</validate>
476
+ <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showAddConnectionsUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
477
+ <sort_order>17</sort_order>
478
+ <show_in_default>1</show_in_default>
479
+ <show_in_website>1</show_in_website>
480
+ <show_in_store>1</show_in_store>
481
+ </advancedConfig>
482
+ </fields>
483
+ </gigya_link_accounts>
484
+ </groups>
485
+ </gigya_login>
486
+ <gigya_share translate="label" module="Gigya_Social">
487
+ <label>Gigya Share</label>
488
+ <tab>gigya</tab>
489
+ <frontend_type>text</frontend_type>
490
+ <sort_order>101</sort_order>
491
+ <show_in_default>1</show_in_default>
492
+ <show_in_website>1</show_in_website>
493
+ <show_in_store>1</show_in_store>
494
+ <groups>
495
+ <gigya_sharebar translate="label">
496
+ <label>Gigya Sharebar configuration</label>
497
+ <frontend_type>text</frontend_type>
498
+ <sort_order>101</sort_order>
499
+ <show_in_default>1</show_in_default>
500
+ <show_in_website>1</show_in_website>
501
+ <show_in_store>0</show_in_store>
502
+ <fields>
503
+ <enable_cart translate="label">
504
+ <label>Enable Gigya Share Bar on product pages</label>
505
+ <frontend_type>select</frontend_type>
506
+ <source_model>adminhtml/system_config_source_yesno</source_model>
507
+ <sort_order>10</sort_order>
508
+ <show_in_default>1</show_in_default>
509
+ <show_in_website>1</show_in_website>
510
+ <show_in_store>1</show_in_store>
511
+ </enable_cart>
512
+ <enable_order translate="label">
513
+ <label>Enable Gigya Share Bar on order complete page</label>
514
+ <frontend_type>select</frontend_type>
515
+ <source_model>adminhtml/system_config_source_yesno</source_model>
516
+ <sort_order>10</sort_order>
517
+ <show_in_default>1</show_in_default>
518
+ <show_in_website>1</show_in_website>
519
+ <show_in_store>1</show_in_store>
520
+ </enable_order>
521
+ <containerID translate="label">
522
+ <label>Gigya Share Bar container id</label>
523
+ <frontend_type>text</frontend_type>
524
+ <comment><![CDATA[div ID for Share Bar]]></comment>
525
+ <sort_order>11</sort_order>
526
+ <show_in_default>1</show_in_default>
527
+ <show_in_website>1</show_in_website>
528
+ <show_in_store>0</show_in_store>
529
+ </containerID>
530
+ <shareButtons translate="label">
531
+ <label>Providers</label>
532
+ <frontend_type>text</frontend_type>
533
+ <comment>
534
+ <![CDATA[List of relevant values is available <a href="http://developers.gigya.com/020_Client_API/020_Methods/socialize.showShareBarUI" target="_blank">here </a>under the "shareButtons" parameter']]></comment>
535
+ <sort_order>12</sort_order>
536
+ <show_in_default>1</show_in_default>
537
+ <show_in_website>1</show_in_website>
538
+ <show_in_store>0</show_in_store>
539
+ </shareButtons>
540
+ <layout translate="label">
541
+ <label>Share Bar layout</label>
542
+ <frontend_type>select</frontend_type>
543
+ <source_model>Gigya_Social_Model_Config_Source_Layout</source_model>
544
+ <sort_order>13</sort_order>
545
+ <show_in_default>1</show_in_default>
546
+ <show_in_website>1</show_in_website>
547
+ <show_in_store>1</show_in_store>
548
+ </layout>
549
+ <showCounts translate="label">
550
+ <label>Show counts</label>
551
+ <frontend_type>select</frontend_type>
552
+ <source_model>Gigya_Social_Model_Config_Source_Counts</source_model>
553
+ <sort_order>14</sort_order>
554
+ <show_in_default>1</show_in_default>
555
+ <show_in_website>1</show_in_website>
556
+ <show_in_store>1</show_in_store>
557
+ </showCounts>
558
+ <imageBehavior translate="label">
559
+ <label>Image</label>
560
+ <frontend_type>select</frontend_type>
561
+ <source_model>Gigya_Social_Model_Config_Source_Imageb</source_model>
562
+ <sort_order>15</sort_order>
563
+ <show_in_default>1</show_in_default>
564
+ <show_in_website>1</show_in_website>
565
+ <show_in_store>1</show_in_store>
566
+ </imageBehavior>
567
+ <imageUrl translate="label">
568
+ <label>Image url</label>
569
+ <frontend_type>text</frontend_type>
570
+ <comment><![CDATA[Default URL of the image to share.]]></comment>
571
+ <sort_order>16</sort_order>
572
+ <show_in_default>1</show_in_default>
573
+ <show_in_website>1</show_in_website>
574
+ <show_in_store>0</show_in_store>
575
+ <depends>
576
+ <imageBehavior>url</imageBehavior>
577
+ </depends>
578
+ </imageUrl>
579
+ <advancedConfig translate="label">
580
+ <label>Advanced configuration</label>
581
+ <frontend_type>Textarea</frontend_type>
582
+ <validate>validate-json</validate>
583
+ <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showShareBarUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
584
+ <sort_order>17</sort_order>
585
+ <show_in_default>1</show_in_default>
586
+ <show_in_website>1</show_in_website>
587
+ <show_in_store>1</show_in_store>
588
+ </advancedConfig>
589
+ </fields>
590
+ </gigya_sharebar>
591
+ <gigya_share_action translate="label">
592
+ <label>Gigya Share action configuration</label>
593
+ <frontend_type>text</frontend_type>
594
+ <sort_order>102</sort_order>
595
+ <show_in_default>1</show_in_default>
596
+ <show_in_website>1</show_in_website>
597
+ <show_in_store>0</show_in_store>
598
+ <fields>
599
+ <enable translate="label">
600
+ <label>Enable Gigya Share Action</label>
601
+ <frontend_type>select</frontend_type>
602
+ <source_model>adminhtml/system_config_source_yesno</source_model>
603
+ <sort_order>9</sort_order>
604
+ <show_in_default>1</show_in_default>
605
+ <show_in_website>1</show_in_website>
606
+ <show_in_store>1</show_in_store>
607
+ </enable>
608
+ <enable_cart translate="label">
609
+ <label>Enable Gigya Share on add to cart</label>
610
+ <frontend_type>select</frontend_type>
611
+ <source_model>adminhtml/system_config_source_yesno</source_model>
612
+ <sort_order>10</sort_order>
613
+ <show_in_default>1</show_in_default>
614
+ <show_in_website>1</show_in_website>
615
+ <show_in_store>1</show_in_store>
616
+ </enable_cart>
617
+ <enable_order translate="label">
618
+ <label>Enable Gigya Share on order complete</label>
619
+ <frontend_type>select</frontend_type>
620
+ <source_model>adminhtml/system_config_source_yesno</source_model>
621
+ <sort_order>10</sort_order>
622
+ <show_in_default>1</show_in_default>
623
+ <show_in_website>1</show_in_website>
624
+ <show_in_store>1</show_in_store>
625
+ </enable_order>
626
+ <showAlwaysShare translate="label">
627
+ <label>Show Always Share</label>
628
+ <frontend_type>select</frontend_type>
629
+ <source_model>Gigya_Social_Model_Config_Source_AllwaysShare</source_model>
630
+ <sort_order>11</sort_order>
631
+ <show_in_default>1</show_in_default>
632
+ <show_in_website>1</show_in_website>
633
+ <show_in_store>1</show_in_store>
634
+ </showAlwaysShare>
635
+ <showNeverShare translate="label">
636
+ <label>Show Never Share</label>
637
+ <frontend_type>select</frontend_type>
638
+ <source_model>adminhtml/system_config_source_yesno</source_model>
639
+ <sort_order>12</sort_order>
640
+ <show_in_default>1</show_in_default>
641
+ <show_in_website>1</show_in_website>
642
+ <show_in_store>1</show_in_store>
643
+ </showNeverShare>
644
+ <enabledProviders translate="label">
645
+ <label>Providers</label>
646
+ <frontend_type>text</frontend_type>
647
+ <comment>
648
+ <![CDATA[List of relevant values is available <a href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showShareUI" target="_blank">here </a>under the "enabledProviders" parameter']]></comment>
649
+ <sort_order>13</sort_order>
650
+ <show_in_default>1</show_in_default>
651
+ <show_in_website>1</show_in_website>
652
+ <show_in_store>0</show_in_store>
653
+ </enabledProviders>
654
+ <moreEnabledProviders translate="label">
655
+ <label>more screen providers</label>
656
+ <frontend_type>text</frontend_type>
657
+ <comment>
658
+ <![CDATA[A comma separated string of destination names that defines which destination sites buttons will be displayed on the "More" screen, and also determine the order, possible values can be found <a href="http://developers.gigya.com/010_Developer_Guide/18_Plugins/032_Share/030_Adding_More_Destinations" target="_blank">here</a>. <br \> "*" means all providers. ]]></comment>
659
+ <sort_order>13</sort_order>
660
+ <show_in_default>1</show_in_default>
661
+ <show_in_website>1</show_in_website>
662
+ <show_in_store>0</show_in_store>
663
+ </moreEnabledProviders>
664
+ <scope translate="label">
665
+ <label>Scope for publishing to Activity Feed</label>
666
+ <frontend_type>select</frontend_type>
667
+ <source_model>Gigya_Social_Model_Config_Source_Scope</source_model>
668
+ <comment>
669
+ <![CDATA[When publishing feed items, by default the feed items are published to social networks only and will not appear on the site's Activity Feed plugin. To change this behavior, you must change the publish scope to "Both"]]></comment>
670
+ <sort_order>14</sort_order>
671
+ <show_in_default>1</show_in_default>
672
+ <show_in_website>1</show_in_website>
673
+ <show_in_store>1</show_in_store>
674
+ </scope>
675
+ <advancedConfig translate="label">
676
+ <label>Advanced configuration</label>
677
+ <frontend_type>Textarea</frontend_type>
678
+ <validate>validate-json</validate>
679
+ <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showShareBarUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
680
+ <sort_order>17</sort_order>
681
+ <show_in_default>1</show_in_default>
682
+ <show_in_website>1</show_in_website>
683
+ <show_in_store>1</show_in_store>
684
+ </advancedConfig>
685
+ </fields>
686
+ </gigya_share_action>
687
+ </groups>
688
+ </gigya_share>
689
+ <gigya_reactions translate="label" module="Gigya_Social">
690
+ <label>Gigya Reactions</label>
691
+ <tab>gigya</tab>
692
+ <frontend_type>text</frontend_type>
693
+ <sort_order>102</sort_order>
694
+ <show_in_default>1</show_in_default>
695
+ <show_in_website>1</show_in_website>
696
+ <show_in_store>0</show_in_store>
697
+ <groups>
698
+ <gigya_reactions_conf translate="label">
699
+ <label>Gigya Reactions configuration</label>
700
+ <frontend_type>text</frontend_type>
701
+ <sort_order>102</sort_order>
702
+ <show_in_default>1</show_in_default>
703
+ <show_in_website>1</show_in_website>
704
+ <show_in_store>0</show_in_store>
705
+ <fields>
706
+ <enable translate="label">
707
+ <label>Enable Gigya reactions</label>
708
+ <frontend_type>select</frontend_type>
709
+ <source_model>adminhtml/system_config_source_yesno</source_model>
710
+ <sort_order>10</sort_order>
711
+ <show_in_default>1</show_in_default>
712
+ <show_in_website>1</show_in_website>
713
+ <show_in_store>1</show_in_store>
714
+ </enable>
715
+ <containerID translate="label">
716
+ <label>Gigya reactions container id</label>
717
+ <frontend_type>text</frontend_type>
718
+ <comment><![CDATA[div ID for Reactions Bar]]></comment>
719
+ <sort_order>11</sort_order>
720
+ <show_in_default>1</show_in_default>
721
+ <show_in_website>1</show_in_website>
722
+ <show_in_store>0</show_in_store>
723
+ </containerID>
724
+ <reactions translate="label">
725
+ <label>Reactions</label>
726
+ <frontend_type>textarea</frontend_type>
727
+ <cols>20</cols>
728
+ <sort_order>12</sort_order>
729
+ <show_in_default>1</show_in_default>
730
+ <show_in_website>1</show_in_website>
731
+ <show_in_store>1</show_in_store>
732
+ </reactions>
733
+ <enabledProviders translate="label">
734
+ <label>Providers</label>
735
+ <frontend_type>text</frontend_type>
736
+ <comment>
737
+ <![CDATA[List of relevant values is available <a href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showReactionsBarUI" target="_blank">here </a>under the "enabledProviders" parameter']]></comment>
738
+ <sort_order>13</sort_order>
739
+ <show_in_default>1</show_in_default>
740
+ <show_in_website>1</show_in_website>
741
+ <show_in_store>0</show_in_store>
742
+ </enabledProviders>
743
+ <layout translate="label">
744
+ <label>Reactions Bar layout</label>
745
+ <frontend_type>select</frontend_type>
746
+ <source_model>Gigya_Social_Model_Config_Source_Layout</source_model>
747
+ <sort_order>14</sort_order>
748
+ <show_in_default>1</show_in_default>
749
+ <show_in_website>1</show_in_website>
750
+ <show_in_store>1</show_in_store>
751
+ </layout>
752
+ <showCounts translate="label">
753
+ <label>Show counts</label>
754
+ <frontend_type>select</frontend_type>
755
+ <source_model>Gigya_Social_Model_Config_Source_Counts</source_model>
756
+ <sort_order>15</sort_order>
757
+ <show_in_default>1</show_in_default>
758
+ <show_in_website>1</show_in_website>
759
+ <show_in_store>1</show_in_store>
760
+ </showCounts>
761
+ <countType translate="label">
762
+ <label>Count type</label>
763
+ <frontend_type>select</frontend_type>
764
+ <source_model>Gigya_Social_Model_Config_Source_CountType</source_model>
765
+ <sort_order>15</sort_order>
766
+ <show_in_default>1</show_in_default>
767
+ <show_in_website>1</show_in_website>
768
+ <show_in_store>1</show_in_store>
769
+ </countType>
770
+ <multipleReactions translate="label">
771
+ <label>Use multiple reactions</label>
772
+ <frontend_type>select</frontend_type>
773
+ <comment>
774
+ <![CDATA[whether the user is permitted to click on multiple reaction buttons on the same reaction bar, or click on one reaction button only]]></comment>
775
+ <source_model>adminhtml/system_config_source_yesno</source_model>
776
+ <sort_order>16</sort_order>
777
+ <show_in_default>1</show_in_default>
778
+ <show_in_website>1</show_in_website>
779
+ <show_in_store>1</show_in_store>
780
+ </multipleReactions>
781
+ <scope translate="label">
782
+ <label>Scope for publishing to Activity Feed</label>
783
+ <frontend_type>select</frontend_type>
784
+ <source_model>Gigya_Social_Model_Config_Source_Scope</source_model>
785
+ <comment>
786
+ <![CDATA[When publishing feed items, by default the feed items are published to social networks only and will not appear on the site's Activity Feed plugin. To change this behavior, you must change the publish scope to "Both"]]></comment>
787
+ <sort_order>17</sort_order>
788
+ <show_in_default>1</show_in_default>
789
+ <show_in_website>1</show_in_website>
790
+ <show_in_store>1</show_in_store>
791
+ </scope>
792
+ <imageBehavior translate="label">
793
+ <label>Image</label>
794
+ <frontend_type>select</frontend_type>
795
+ <source_model>Gigya_Social_Model_Config_Source_Imageb</source_model>
796
+ <sort_order>18</sort_order>
797
+ <show_in_default>1</show_in_default>
798
+ <show_in_website>1</show_in_website>
799
+ <show_in_store>1</show_in_store>
800
+ </imageBehavior>
801
+ <imageUrl translate="label">
802
+ <label>Image url</label>
803
+ <frontend_type>text</frontend_type>
804
+ <comment><![CDATA[Default URL of the image to share.]]></comment>
805
+ <sort_order>19</sort_order>
806
+ <show_in_default>1</show_in_default>
807
+ <show_in_website>1</show_in_website>
808
+ <show_in_store>0</show_in_store>
809
+ <depends>
810
+ <imageBehavior>url</imageBehavior>
811
+ </depends>
812
+ </imageUrl>
813
+ <advancedConfig translate="label">
814
+ <label>Advanced configuration</label>
815
+ <frontend_type>Textarea</frontend_type>
816
+ <validate>validate-json</validate>
817
+ <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showReactionsBarUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
818
+ <sort_order>20</sort_order>
819
+ <show_in_default>1</show_in_default>
820
+ <show_in_website>1</show_in_website>
821
+ <show_in_store>1</show_in_store>
822
+ </advancedConfig>
823
+ </fields>
824
+ </gigya_reactions_conf>
825
+ </groups>
826
+ </gigya_reactions>
827
+ <gigya_comments translate="label" module="Gigya_Social">
828
+ <label>Gigya Comments</label>
829
+ <tab>gigya</tab>
830
+ <frontend_type>text</frontend_type>
831
+ <sort_order>102</sort_order>
832
+ <show_in_default>1</show_in_default>
833
+ <show_in_website>1</show_in_website>
834
+ <show_in_store>0</show_in_store>
835
+ <groups>
836
+ <gigya_comments_conf translate="label">
837
+ <label>Gigya Comments configuration</label>
838
+ <frontend_type>text</frontend_type>
839
+ <sort_order>102</sort_order>
840
+ <show_in_default>1</show_in_default>
841
+ <show_in_website>1</show_in_website>
842
+ <show_in_store>0</show_in_store>
843
+ <fields>
844
+ <enable translate="label">
845
+ <label>Enable Gigya Comments</label>
846
+ <frontend_type>select</frontend_type>
847
+ <source_model>adminhtml/system_config_source_yesno</source_model>
848
+ <sort_order>10</sort_order>
849
+ <show_in_default>1</show_in_default>
850
+ <show_in_website>1</show_in_website>
851
+ <show_in_store>1</show_in_store>
852
+ </enable>
853
+ <containerID translate="label">
854
+ <label>Gigya Comments container id</label>
855
+ <frontend_type>text</frontend_type>
856
+ <comment><![CDATA[div ID for Comments]]></comment>
857
+ <sort_order>11</sort_order>
858
+ <show_in_default>1</show_in_default>
859
+ <show_in_website>1</show_in_website>
860
+ <show_in_store>0</show_in_store>
861
+ </containerID>
862
+ <categoryID translate="label">
863
+ <label>Gigya Comments Category id</label>
864
+ <frontend_type>text</frontend_type>
865
+ <comment><![CDATA[Category as set up in the Gigya admin site.]]></comment>
866
+ <sort_order>12</sort_order>
867
+ <show_in_default>1</show_in_default>
868
+ <show_in_website>1</show_in_website>
869
+ <show_in_store>0</show_in_store>
870
+ </categoryID>
871
+ <scope translate="label">
872
+ <label>Scope for publishing to Activity Feed</label>
873
+ <frontend_type>select</frontend_type>
874
+ <source_model>Gigya_Social_Model_Config_Source_Scope</source_model>
875
+ <comment>
876
+ <![CDATA[When publishing feed items, by default the feed items are published to social networks only and will not appear on the site's Activity Feed plugin. To change this behavior, you must change the publish scope to "Both"]]></comment>
877
+ <sort_order>13</sort_order>
878
+ <show_in_default>1</show_in_default>
879
+ <show_in_website>1</show_in_website>
880
+ <show_in_store>1</show_in_store>
881
+ </scope>
882
+ <advancedConfig translate="label">
883
+ <label>Advanced configuration</label>
884
+ <frontend_type>Textarea</frontend_type>
885
+ <validate>validate-json</validate>
886
+ <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/030_Comments/comments.showCommentsUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
887
+ <sort_order>17</sort_order>
888
+ <show_in_default>1</show_in_default>
889
+ <show_in_website>1</show_in_website>
890
+ <show_in_store>1</show_in_store>
891
+ </advancedConfig>
892
+ </fields>
893
+ </gigya_comments_conf>
894
+ </groups>
895
+ </gigya_comments>
896
+ <gigya_activityfeed translate="label" module="Gigya_Social">
897
+ <label>Gigya Activity Feed</label>
898
+ <tab>gigya</tab>
899
+ <frontend_type>text</frontend_type>
900
+ <sort_order>102</sort_order>
901
+ <show_in_default>1</show_in_default>
902
+ <show_in_website>1</show_in_website>
903
+ <show_in_store>0</show_in_store>
904
+ <groups>
905
+ <gigya_activityfeed_conf translate="label">
906
+ <label>Gigya Activity Feed configuration</label>
907
+ <frontend_type>text</frontend_type>
908
+ <sort_order>102</sort_order>
909
+ <show_in_default>1</show_in_default>
910
+ <show_in_website>1</show_in_website>
911
+ <show_in_store>0</show_in_store>
912
+ <fields>
913
+ <enable translate="label">
914
+ <label>Enable Gigya Activity Feed</label>
915
+ <frontend_type>select</frontend_type>
916
+ <source_model>adminhtml/system_config_source_yesno</source_model>
917
+ <sort_order>10</sort_order>
918
+ <show_in_default>1</show_in_default>
919
+ <show_in_website>1</show_in_website>
920
+ <show_in_store>1</show_in_store>
921
+ </enable>
922
+ <containerID translate="label">
923
+ <label>Gigya Activity Feed container id</label>
924
+ <frontend_type>text</frontend_type>
925
+ <comment><![CDATA[div ID for Activity Feed]]></comment>
926
+ <sort_order>11</sort_order>
927
+ <show_in_default>1</show_in_default>
928
+ <show_in_website>1</show_in_website>
929
+ <show_in_store>0</show_in_store>
930
+ </containerID>
931
+ <siteName translate="label">
932
+ <label>Site name</label>
933
+ <frontend_type>text</frontend_type>
934
+ <comment>
935
+ <![CDATA[Your site name. This string will be planted into various headers of the plugin (for more information read the <a title="020 Developer Guide/65 The Newsfeed Widget" rel="internal" href="http://developers.gigya.com/010_Developer_Guide/18_Plugins/060_Activity_Feed_Plugin" target="_blank">Activity <span>Feed </span>Plugin</a><span> documentation</span>).]]></comment>
936
+ <sort_order>12</sort_order>
937
+ <show_in_default>1</show_in_default>
938
+ <show_in_website>1</show_in_website>
939
+ <show_in_store>0</show_in_store>
940
+ </siteName>
941
+ <tabOrder translate="label">
942
+ <label>Tabs and order</label>
943
+ <frontend_type>text</frontend_type>
944
+ <comment>
945
+ <![CDATA[A comma delimited list of tabs names that defines which tabs to show and the tabs order. The optional tabs names are: "everyone", "friends", "me".]]></comment>
946
+ <sort_order>13</sort_order>
947
+ <show_in_default>1</show_in_default>
948
+ <show_in_website>1</show_in_website>
949
+ <show_in_store>0</show_in_store>
950
+ </tabOrder>
951
+ <privacy translate="label">
952
+ <label>Privacy</label>
953
+ <frontend_type>select</frontend_type>
954
+ <source_model>Gigya_Social_Model_Config_Source_Privacy</source_model>
955
+ <sort_order>14</sort_order>
956
+ <show_in_default>1</show_in_default>
957
+ <show_in_website>1</show_in_website>
958
+ <show_in_store>1</show_in_store>
959
+ </privacy>
960
+ <width translate="label">
961
+ <label>Width</label>
962
+ <frontend_type>text</frontend_type>
963
+ <sort_order>15</sort_order>
964
+ <show_in_default>1</show_in_default>
965
+ <show_in_website>1</show_in_website>
966
+ <show_in_store>0</show_in_store>
967
+ </width>
968
+ <height translate="label">
969
+ <label>Height</label>
970
+ <frontend_type>text</frontend_type>
971
+ <sort_order>16</sort_order>
972
+ <show_in_default>1</show_in_default>
973
+ <show_in_website>1</show_in_website>
974
+ <show_in_store>0</show_in_store>
975
+ </height>
976
+ <advancedConfig translate="label">
977
+ <label>Advanced configuration</label>
978
+ <frontend_type>Textarea</frontend_type>
979
+ <validate>validate-json</validate>
980
+ <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showFeedUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
981
+ <sort_order>17</sort_order>
982
+ <show_in_default>1</show_in_default>
983
+ <show_in_website>1</show_in_website>
984
+ <show_in_store>1</show_in_store>
985
+ </advancedConfig>
986
+ </fields>
987
+ </gigya_activityfeed_conf>
988
+ </groups>
989
+ </gigya_activityfeed>
990
+ <gigya_gamification translate="label" module="Gigya_Social">
991
+ <label>Gigya Gamification</label>
992
+ <tab>gigya</tab>
993
+ <frontend_type>text</frontend_type>
994
+ <sort_order>102</sort_order>
995
+ <show_in_default>1</show_in_default>
996
+ <show_in_website>1</show_in_website>
997
+ <show_in_store>0</show_in_store>
998
+ <groups>
999
+ <gigya_gamification_conf translate="label">
1000
+ <label>Gigya Gamification Configuration</label>
1001
+ <frontend_type>text</frontend_type>
1002
+ <sort_order>102</sort_order>
1003
+ <show_in_default>1</show_in_default>
1004
+ <show_in_website>1</show_in_website>
1005
+ <show_in_store>0</show_in_store>
1006
+ <expanded>1</expanded>
1007
+ <fields>
1008
+ <enable translate="label">
1009
+ <label>Enable Gigya Gamification</label>
1010
+ <frontend_type>select</frontend_type>
1011
+ <backend_model>Gigya_Social_Model_Config_Backend_Gm</backend_model>
1012
+ <source_model>adminhtml/system_config_source_yesno</source_model>
1013
+ <sort_order>10</sort_order>
1014
+ <show_in_default>1</show_in_default>
1015
+ <show_in_website>1</show_in_website>
1016
+ <show_in_store>1</show_in_store>
1017
+ </enable>
1018
+ <notifications translate="label">
1019
+ <label>Enable Gamification notifications</label>
1020
+ <frontend_type>select</frontend_type>
1021
+ <source_model>adminhtml/system_config_source_yesno</source_model>
1022
+ <sort_order>11</sort_order>
1023
+ <show_in_default>1</show_in_default>
1024
+ <show_in_website>1</show_in_website>
1025
+ <show_in_store>1</show_in_store>
1026
+ </notifications>
1027
+ <period translate="label">
1028
+ <label>Leaderboard Time Period</label>
1029
+ <frontend_type>select</frontend_type>
1030
+ <source_model>Gigya_Social_Model_Config_Source_Leaderboard</source_model>
1031
+ <sort_order>12</sort_order>
1032
+ <show_in_default>1</show_in_default>
1033
+ <show_in_website>1</show_in_website>
1034
+ <show_in_store>1</show_in_store>
1035
+ </period>
1036
+ <totalCount translate="label">
1037
+ <label>Leaderboard User Count</label>
1038
+ <frontend_type>text</frontend_type>
1039
+ <comment>
1040
+ <![CDATA[The total number of users to display in the Leaderboard plugin. values between 1 - 36]]></comment>
1041
+ <sort_order>13</sort_order>
1042
+ <show_in_default>1</show_in_default>
1043
+ <show_in_website>1</show_in_website>
1044
+ <show_in_store>0</show_in_store>
1045
+ </totalCount>
1046
+ <purchaseAction translate="label">
1047
+ <label>Enable purchase notifications to Gamification</label>
1048
+ <frontend_type>select</frontend_type>
1049
+ <source_model>adminhtml/system_config_source_yesno</source_model>
1050
+ <sort_order>14</sort_order>
1051
+ <show_in_default>1</show_in_default>
1052
+ <show_in_website>1</show_in_website>
1053
+ <show_in_store>1</show_in_store>
1054
+ </purchaseAction>
1055
+ <advancedConfig translate="label">
1056
+ <label>Advanced configuration</label>
1057
+ <frontend_type>Textarea</frontend_type>
1058
+ <validate>validate-json</validate>
1059
+ <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/040_GM">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
1060
+ <sort_order>17</sort_order>
1061
+ <show_in_default>1</show_in_default>
1062
+ <show_in_website>1</show_in_website>
1063
+ <show_in_store>1</show_in_store>
1064
+ </advancedConfig>
1065
+ </fields>
1066
+ </gigya_gamification_conf>
1067
+ </groups>
1068
+ </gigya_gamification>
1069
+ <gigya_r_and_r translate="label" module="Gigya_Social">
1070
+ <label>Gigya Rating &amp; Reviews</label>
1071
+ <tab>gigya</tab>
1072
+ <frontend_type>text</frontend_type>
1073
+ <sort_order>106</sort_order>
1074
+ <show_in_default>1</show_in_default>
1075
+ <show_in_website>1</show_in_website>
1076
+ <show_in_store>0</show_in_store>
1077
+ <groups>
1078
+ <gigya_r_and_r_conf translate="label">
1079
+ <label>Gigya Rating &amp; Reviews configuration</label>
1080
+ <frontend_type>text</frontend_type>
1081
+ <sort_order>102</sort_order>
1082
+ <show_in_default>1</show_in_default>
1083
+ <show_in_website>1</show_in_website>
1084
+ <show_in_store>0</show_in_store>
1085
+ <fields>
1086
+ <enable translate="label">
1087
+ <label>Enable Gigya Rating &amp; Reviews</label>
1088
+ <frontend_type>select</frontend_type>
1089
+ <source_model>adminhtml/system_config_source_yesno</source_model>
1090
+ <sort_order>10</sort_order>
1091
+ <show_in_default>1</show_in_default>
1092
+ <show_in_website>1</show_in_website>
1093
+ <show_in_store>1</show_in_store>
1094
+ </enable>
1095
+ <containerID translate="label,comment">
1096
+ <label>Div ID</label>
1097
+ <frontend_type>label</frontend_type>
1098
+ <comment><![CDATA[The ratings container div ID]]></comment>
1099
+ <sort_order>11</sort_order>
1100
+ <show_in_default>1</show_in_default>
1101
+ <show_in_website>1</show_in_website>
1102
+ <show_in_store>0</show_in_store>
1103
+ </containerID>
1104
+ <categoryID translate="label,comment">
1105
+ <label>The identifier of the Comments Category</label>
1106
+ <comment><![CDATA[Category name, as set up in the <a href="https://console.gigya.com/Site/partners/Settings.aspx#cmd%3DSettings.CommentsSetup">Gigya Administration Console</a> site]]></comment>
1107
+ <frontend_type>text</frontend_type>
1108
+ <sort_order>12</sort_order>
1109
+ <show_in_default>1</show_in_default>
1110
+ <show_in_website>1</show_in_website>
1111
+ <show_in_store>0</show_in_store>
1112
+ </categoryID>
1113
+ <scope translate="label">
1114
+ <label>Scope for publishing to Activity Feed</label>
1115
+ <frontend_type>select</frontend_type>
1116
+ <source_model>Gigya_Social_Model_Config_Source_Scope</source_model>
1117
+ <comment>
1118
+ <![CDATA[When publishing feed items, by default the feed items are published to social networks only and will not appear on the site's Activity Feed plugin. To change this behavior, you must change the publish scope to "Both"]]></comment>
1119
+ <sort_order>13</sort_order>
1120
+ <show_in_default>1</show_in_default>
1121
+ <show_in_website>1</show_in_website>
1122
+ <show_in_store>1</show_in_store>
1123
+ </scope>
1124
+ <advancedConfig translate="label">
1125
+ <label>Advanced configuration</label>
1126
+ <frontend_type>Textarea</frontend_type>
1127
+ <validate>validate-json</validate>
1128
+ <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span> See list of available <a target="_blank" href="http://developers.gigya.com/020_Client_API/030_Comments/comments.showRatingUI">parameters</a>.</p>key|value format is supported but deprecated. Support will be removed next version.]]></comment>
1129
+ <sort_order>14</sort_order>
1130
+ <show_in_default>1</show_in_default>
1131
+ <show_in_website>1</show_in_website>
1132
+ <show_in_store>1</show_in_store>
1133
+ </advancedConfig>
1134
+ </fields>
1135
+ </gigya_r_and_r_conf>
1136
+ </groups>
1137
+ </gigya_r_and_r>
1138
+
1139
+ <gigya_followbar translate="label" module="Gigya_Social">
1140
+ <label>Gigya Follow Bar</label>
1141
+ <tab>gigya</tab>
1142
+ <sort_order>107</sort_order>
1143
+ <frontend_type>text</frontend_type>
1144
+ <show_in_default>1</show_in_default>
1145
+ <show_in_website>1</show_in_website>
1146
+ <show_in_store>1</show_in_store>
1147
+ <groups>
1148
+ <gigya_followbar_conf translate="label">
1149
+ <label>Follow bar configuration</label>
1150
+ <sort_order>1</sort_order>
1151
+ <frontend_type>text</frontend_type>
1152
+ <show_in_default>1</show_in_default>
1153
+ <show_in_website>1</show_in_website>
1154
+ <show_in_store>0</show_in_store>
1155
+ <expanded>1</expanded>
1156
+ <fields>
1157
+ <enable translate="label">
1158
+ <label>Enable</label>
1159
+ <frontend_type>select</frontend_type>
1160
+ <source_model>adminhtml/system_config_source_yesno</source_model>
1161
+ <sort_order>1</sort_order>
1162
+ <show_in_default>1</show_in_default>
1163
+ <show_in_website>1</show_in_website>
1164
+ <show_in_store>1</show_in_store>
1165
+ </enable>
1166
+ <containerID translate="label,comment">
1167
+ <label>Gigya Follow Bar container id</label>
1168
+ <frontend_type>text</frontend_type>
1169
+ <comment><![CDATA[An ID of a &lt;DIV&gt; element on the page in which you want to display the plugin.]]></comment>
1170
+ <sort_order>2</sort_order>
1171
+ <show_in_default>1</show_in_default>
1172
+ <show_in_website>1</show_in_website>
1173
+ <show_in_store>0</show_in_store>
1174
+ </containerID>
1175
+ <layout translate="label,comment">
1176
+ <label>Follow Bar layout</label>
1177
+ <frontend_type>select</frontend_type>
1178
+ <source_model>Gigya_Social_Model_Config_Source_Layout</source_model>
1179
+ <sort_order>3</sort_order>
1180
+ <comment>Sets the arrangement of buttons in the bar.</comment>
1181
+ <show_in_default>1</show_in_default>
1182
+ <show_in_website>1</show_in_website>
1183
+ <show_in_store>0</show_in_store>
1184
+ </layout>
1185
+ <iconSize translate="label,comment">
1186
+ <label>Icon size</label>
1187
+ <frontend_type>text</frontend_type>
1188
+ <comment>The size in pixels of the icons displayed in the bar.</comment>
1189
+ <sort_order>4</sort_order>
1190
+ <show_in_default>1</show_in_default>
1191
+ <show_in_website>1</show_in_website>
1192
+ <show_in_store>0</show_in_store>
1193
+ </iconSize>
1194
+ <buttons translate="label,comment">
1195
+ <label>Follow buttons</label>
1196
+ <frontend_type>textarea</frontend_type>
1197
+ <validate>validate-json</validate>
1198
+ <comment><![CDATA[Please enter a list of <a href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showFollowBarUI#FollowButton_Object" target="blank">FollowButton</a> Objects that should appear on the Follow Bar.</div>]]></comment>
1199
+ <sort_order>5</sort_order>
1200
+ <show_in_default>1</show_in_default>
1201
+ <show_in_website>1</show_in_website>
1202
+ <show_in_store>0</show_in_store>
1203
+ </buttons>
1204
+ <advancedConfig translate="label,comment">
1205
+ <label>Advanced Configuration</label>
1206
+ <frontend_type>textarea</frontend_type>
1207
+ <validate>validate-json</validate>
1208
+ <comment><![CDATA[<p>Enter <span class="valid-json-example">valid JSON format.</span><p/><p> See list of available: <a href="http://developers.gigya.com/020_Client_API/010_Socialize/socialize.showFollowBarUI#Method_Parameters" target="blank">Parameters</a></p> ]]></comment>
1209
+ <sort_order>6</sort_order>
1210
+ <show_in_default>1</show_in_default>
1211
+ <show_in_website>1</show_in_website>
1212
+ <show_in_store>0</show_in_store>
1213
+ </advancedConfig>
1214
+ </fields>
1215
+ </gigya_followbar_conf>
1216
+ </groups>
1217
+ </gigya_followbar>
1218
+ </sections>
1219
+ </config>
1220
+
app/design/frontend/base/default/layout/aagigya.xml CHANGED
@@ -21,8 +21,8 @@
21
  </action>
22
  </reference>
23
  <reference name="before_body_end">
24
- <block type="Gigya_Social_Block_Gamification_notifications" name="gigya.gm.notifications"/>
25
- <block type="Gigya_Social_Block_share" name="gigya.share.action"/>
26
 
27
  </reference>
28
  <reference name="right">
@@ -67,7 +67,7 @@
67
  <block type="core/template" name="gigya.hp.login" before="-" template="gigya/login/social_login.phtml"/>
68
  </reference>
69
  <reference name="content">
70
- <block type="Gigya_Social_Block_Gamification_plugins" after="-" name="left.gigya.gm.blocks"
71
  template="gigya/gamification.phtml">
72
  <action method="setData">
73
  <name>layout</name>
@@ -83,7 +83,7 @@
83
  </cms_index_index>
84
  <customer_account_logoutsuccess>
85
  <reference name="head">
86
- <block type="Gigya_Social_Block_logout" name="gigya.logout.action"/>
87
  </reference>
88
  </customer_account_logoutsuccess>
89
  <customer_account_login>
@@ -191,7 +191,7 @@
191
  </review_product_view>
192
  <review_product_list>
193
  <reference name="content">
194
- <block type="Gigya_Social_Block_reviews" name="gigya.ratings" after="-"/>
195
  </reference>
196
  </review_product_list>
197
  </layout>
21
  </action>
22
  </reference>
23
  <reference name="before_body_end">
24
+ <block type="Gigya_Social_Block_Gamification_Notifications" name="gigya.gm.notifications"/>
25
+ <block type="Gigya_Social_Block_Share" name="gigya.share.action"/>
26
 
27
  </reference>
28
  <reference name="right">
67
  <block type="core/template" name="gigya.hp.login" before="-" template="gigya/login/social_login.phtml"/>
68
  </reference>
69
  <reference name="content">
70
+ <block type="Gigya_Social_Block_Gamification_Plugins" after="-" name="left.gigya.gm.blocks"
71
  template="gigya/gamification.phtml">
72
  <action method="setData">
73
  <name>layout</name>
83
  </cms_index_index>
84
  <customer_account_logoutsuccess>
85
  <reference name="head">
86
+ <block type="Gigya_Social_Block_Logout" name="gigya.logout.action"/>
87
  </reference>
88
  </customer_account_logoutsuccess>
89
  <customer_account_login>
191
  </review_product_view>
192
  <review_product_list>
193
  <reference name="content">
194
+ <block type="Gigya_Social_Block_Reviews" name="gigya.ratings" after="-"/>
195
  </reference>
196
  </review_product_list>
197
  </layout>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Gigya_Socialize</name>
4
- <version>3.1.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gigya.com/member-agreement/">Gigya License</license>
7
  <channel>community</channel>
@@ -18,9 +18,9 @@ Gigya works with more than 600 enterprises, including 44% of the Comscore top 10
18
  -Advanced Configuration - support JSON format.&#xD;
19
  -Social Login &amp; Add-Connection plugins upgraded to V2</notes>
20
  <authors><author><name>Yaniv Aran-Shamir</name><user>Gigya</user><email>info@gigya-inc.com</email></author><author><name>Guy Avivi</name><user>Gigya</user><email>info@gigya-inc.com</email></author></authors>
21
- <date>2015-01-27</date>
22
- <time>13:18:03</time>
23
- <contents><target name="magecommunity"><dir name="Gigya"><dir><dir name="Social"><dir name="Block"><dir name="Adminhtml"><file name="RaasTitles.php" hash="399331defe4f94d4ecd790fd6f022628"/><file name="Version.php" hash="1ef8cd0ce600aec9d0d4544bd605e735"/></dir><file name="Emailform.php" hash="cae88fd488b21ce1ae6fbcc1b2ec4a2a"/><file name="Followbar.php" hash="3c54a9ca8ba5610049433c4832ce7a95"/><dir name="Gamification"><file name="Notifications.php" hash="1fd1d590dc403ef5e0b87c5e7596913d"/><file name="Plugins.php" hash="8a8b7e337c54b52d1920b230d4916d89"/></dir><dir name="Html"><file name="Head.php" hash="b9ec3b2e144d5b81e093953edc4e222e"/></dir><file name="Login.php" hash="d119f7b8d68095a0e584f63d6348b570"/><file name="Logout.php" hash="cc39792c12cb3842e13e2a6da36e4106"/><file name="Ordersharebar.php" hash="d40d2b3fc346ae727abf1d8b28d55ca2"/><file name="Ratings.php" hash="0858acf797cc00ef7ab2d23e5cae3eee"/><file name="Reviews.php" hash="876cd58b51d83b8c7519f14993ce91d3"/><file name="Share.php" hash="6abe3c3b8a2af2724b7fc11537697610"/><dir name="Template"><file name="Links.php" hash="ece4e2d7bb4a95b2a3d64ebae3d8013f"/></dir></dir><dir name="Helper"><file name="Data.php" hash="91525c9be4f24c82fb44d36812a07034"/></dir><dir name="Model"><dir name="Cart"><file name="Observer.php" hash="db4c2e5d8ef2e5d17a19a946b9440deb"/></dir><dir name="Config"><dir name="Backend"><file name="ApiKey.php" hash="d96c4a82cfd2f3a7b23c95aa4402f733"/><file name="Counters.php" hash="437dd19bed303286d24cd9477325b8d2"/><file name="Gm.php" hash="12017426daaad47f6e2075597d329ba4"/><file name="RaasScreens.php" hash="800f28b01a449c6aff345917ae6f2f1f"/><file name="UserMode.php" hash="e36b5960244f6628b79457c050c7392c"/></dir><dir name="Source"><file name="AllwaysShare.php" hash="efd21561423763c9b7d4d715f3971613"/><file name="Buttons.php" hash="149ac45ff19579b61c3f71c4e41a8dee"/><file name="CountType.php" hash="d153bf0dea844ef9e60d3f862ab1ace8"/><file name="Counts.php" hash="99a07d4ec378296a6e81884c9328fd0e"/><file name="Datacenter.php" hash="38f22b9066c732d66708e5f95a071c8b"/><file name="Imageb.php" hash="9311ab9ca9b07ae207b6e136beb2ba65"/><file name="Languages.php" hash="324f69497d4e2263b437d01972ffd1ee"/><file name="Layout.php" hash="e6f4fb857e1d5a6dc53a051dc6eb7b80"/><file name="Leaderboard.php" hash="cb8cbd26ebbc3e7ffde158550d44673f"/><file name="LoginModes.php" hash="86e8d412e9e9aef06c8d4ae9dd7417e0"/><file name="Loginb.php" hash="04dba51e51be49d65c8b0da0f78c6f91"/><file name="Privacy.php" hash="3a3d0d7a7b3bf93e2ddaa2d6a2f40782"/><file name="Scope.php" hash="7bcc3ec25dc2f77fb6d0ce7e7da3228d"/></dir></dir><dir name="Customer"><file name="Observer.php" hash="6508ca5ffd8bc46d7978dc7cb9ac4c4b"/></dir></dir><dir name="controllers"><file name="AccountController.php" hash="8519ed44acd602e24cf9b5cb23a4e9d7"/><file name="AdminController.php" hash="3ee3eaf6621c41224a67f90957611a01"/><file name="LoginController.php" hash="7c155b264b0dd9c7e17ba76b7638f4fa"/><file name="ReviewsController.php" hash="9ecac7ce990a52b9b54850743d28a941"/></dir><dir name="etc"><file name="config.xml" hash="59caab2392eff567c519a18f57436428"/><file name="system.xml" hash="b655986d18833c96f1a241c02bfa332c"/></dir><dir name="sdk"><file name="GSSDK.php" hash="f8f8f495a79b5305eb8c532ecbd780c5"/><file name="cacert.pem" hash="6654cca7738a5b6f5f7e5cd563139e95"/><file name="gigyaCMS.php" hash="637db3aef59b0da5174bb7ee2d89a351"/></dir><dir name="sql"><dir name="Gigya_Social_setup"><file name="mysql4-install-3.0.0.php" hash="e7b9f3445852c8133689f321664d5639"/><file name="mysql4-upgrade-2.0.3-3.0.0.php" hash="e7b9f3445852c8133689f321664d5639"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="aagigya.xml" hash="1d64eabac5c3f8b4a06702add24bfa86"/></dir><dir name="template"><dir name="gigya"><file name="activityfeed.phtml" hash="4546a43977f69af9edfe6fc8e01f95f9"/><file name="comments.phtml" hash="4c589d0cfc9c4d079d7d4b31b1588443"/><dir><dir name="dashboard"><file name="info.phtml" hash="e43f7ef88c08dc6d071b950549e9e4d3"/></dir><dir name="form"><file name="emailForm.phtml" hash="85c6f7f0d89e27af143d244f063a8433"/><file name="login.phtml" hash="c9b589bc501aa024fd7b9b6f8680f134"/><file name="mini.login.phtml" hash="5889cfb6ee7747235177f37773299f8d"/></dir><dir name="login"><file name="link_accounts.phtml" hash="e22a17f521f17d6ebc1e6eed9a99ebbb"/><file name="social_login.phtml" hash="a349348847fb50b03140fc4ec5eafd99"/><file name="social_login_login_page.phtml" hash="93a945ced0a9a2d963271611210ce952"/></dir><dir name="ratings"><file name="summary.phtml" hash="4a94aa2604e9982a1190061c008e3f57"/><file name="summary_short.phtml" hash="5eeb1b76bc6578653610827e969f4609"/></dir><dir name="share"><file name="ordersharebar.phtml" hash="30253676ead0d658ba3b1182d50b7c2d"/><file name="reactions.phtml" hash="00a536d0ef9070a48275eef8332ac6c3"/><file name="sharebar.phtml" hash="82e2a3705b3988cdba64fd0c2f71f054"/></dir></dir><file name="followbar.phtml" hash="e61a83d0e4eb6cb73847fa7d036ed29d"/><file name="gamification.phtml" hash="0263c39f2b52cccf44063dba26f80d92"/><file name="ratings.phtml" hash="231e29ea7a96770a26a51eb7adb1b333"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="gigya_admin.xml" hash="2b5e27eeabb95717bf4504e8cc5116ed"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Gigya_Social.xml" hash="042bf66e0244eb393364073d5d222ba6"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="gigya.css" hash="808c12a1a9b53eaf91ae480e2f3ac03c"/></dir><dir name="images"><dir name="gigya"><file name="RateIcon_13.png" hash="fac2db4eab60d7639704868f5a62fdda"/><file name="RateIcon_13_pressed.png" hash="3115cb2ab0b1b3ae0929b4756f67dc38"/><file name="RateIcon_21.png" hash="4b7bfd13d66e8565f04aa045aa766b7a"/><file name="RateIcon_21_pressed.png" hash="6d779713ad683a9b24a4353875cfcaca"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="gigya"><dir name="social"><file name="gigya.css" hash="2c00af7ac3b09174a540d19d09542d9c"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="gigya"><file name="admin.js" hash="f58036cbfa24ec828a8a1ef5b23ab7e4"/><file name="gigya.js" hash="18bff428762af9723c8416a5c186383c"/><dir><dir name="json"><file name="jsonlint.js" hash="ce0b64ddf54604cd967cc0e09b48ac66"/><file name="validateJson.js" hash="e4c5c0fb0ba95275361919d053dae9e7"/></dir></dir><file name="onepage_raas.js" hash="d8d8ded86194790cae63654a701bbe3f"/></dir></dir></target></contents>
24
  <compatible/>
25
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
26
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Gigya_Socialize</name>
4
+ <version>3.1.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gigya.com/member-agreement/">Gigya License</license>
7
  <channel>community</channel>
18
  -Advanced Configuration - support JSON format.&#xD;
19
  -Social Login &amp; Add-Connection plugins upgraded to V2</notes>
20
  <authors><author><name>Yaniv Aran-Shamir</name><user>Gigya</user><email>info@gigya-inc.com</email></author><author><name>Guy Avivi</name><user>Gigya</user><email>info@gigya-inc.com</email></author></authors>
21
+ <date>2015-01-28</date>
22
+ <time>14:05:02</time>
23
+ <contents><target name="magecommunity"><dir name="Gigya"><dir><dir name="Social"><dir name="Block"><dir name="Adminhtml"><file name="RaasTitles.php" hash="399331defe4f94d4ecd790fd6f022628"/><file name="Version.php" hash="1ef8cd0ce600aec9d0d4544bd605e735"/></dir><file name="Emailform.php" hash="cae88fd488b21ce1ae6fbcc1b2ec4a2a"/><file name="Followbar.php" hash="3c54a9ca8ba5610049433c4832ce7a95"/><dir name="Gamification"><file name="Notifications.php" hash="1fd1d590dc403ef5e0b87c5e7596913d"/><file name="Plugins.php" hash="8a8b7e337c54b52d1920b230d4916d89"/></dir><dir name="Html"><file name="Head.php" hash="b9ec3b2e144d5b81e093953edc4e222e"/></dir><file name="Login.php" hash="d119f7b8d68095a0e584f63d6348b570"/><file name="Logout.php" hash="cc39792c12cb3842e13e2a6da36e4106"/><file name="Ordersharebar.php" hash="d40d2b3fc346ae727abf1d8b28d55ca2"/><file name="Ratings.php" hash="0858acf797cc00ef7ab2d23e5cae3eee"/><file name="Reviews.php" hash="876cd58b51d83b8c7519f14993ce91d3"/><file name="Share.php" hash="6abe3c3b8a2af2724b7fc11537697610"/><dir name="Template"><file name="Links.php" hash="ece4e2d7bb4a95b2a3d64ebae3d8013f"/></dir></dir><dir name="Helper"><file name="Data.php" hash="91525c9be4f24c82fb44d36812a07034"/></dir><dir name="Model"><dir name="Cart"><file name="Observer.php" hash="db4c2e5d8ef2e5d17a19a946b9440deb"/></dir><dir name="Config"><dir name="Backend"><file name="ApiKey.php" hash="d96c4a82cfd2f3a7b23c95aa4402f733"/><file name="Counters.php" hash="437dd19bed303286d24cd9477325b8d2"/><file name="Gm.php" hash="12017426daaad47f6e2075597d329ba4"/><file name="RaasScreens.php" hash="800f28b01a449c6aff345917ae6f2f1f"/><file name="UserMode.php" hash="e36b5960244f6628b79457c050c7392c"/></dir><dir name="Source"><file name="AllwaysShare.php" hash="efd21561423763c9b7d4d715f3971613"/><file name="Buttons.php" hash="149ac45ff19579b61c3f71c4e41a8dee"/><file name="CountType.php" hash="d153bf0dea844ef9e60d3f862ab1ace8"/><file name="Counts.php" hash="99a07d4ec378296a6e81884c9328fd0e"/><file name="Datacenter.php" hash="38f22b9066c732d66708e5f95a071c8b"/><file name="Imageb.php" hash="9311ab9ca9b07ae207b6e136beb2ba65"/><file name="Languages.php" hash="324f69497d4e2263b437d01972ffd1ee"/><file name="Layout.php" hash="e6f4fb857e1d5a6dc53a051dc6eb7b80"/><file name="Leaderboard.php" hash="cb8cbd26ebbc3e7ffde158550d44673f"/><file name="LoginModes.php" hash="86e8d412e9e9aef06c8d4ae9dd7417e0"/><file name="Loginb.php" hash="04dba51e51be49d65c8b0da0f78c6f91"/><file name="Privacy.php" hash="3a3d0d7a7b3bf93e2ddaa2d6a2f40782"/><file name="Scope.php" hash="7bcc3ec25dc2f77fb6d0ce7e7da3228d"/></dir></dir><dir name="Customer"><file name="Observer.php" hash="6508ca5ffd8bc46d7978dc7cb9ac4c4b"/></dir></dir><dir name="controllers"><file name="AccountController.php" hash="8519ed44acd602e24cf9b5cb23a4e9d7"/><file name="AdminController.php" hash="3ee3eaf6621c41224a67f90957611a01"/><file name="LoginController.php" hash="7c155b264b0dd9c7e17ba76b7638f4fa"/><file name="ReviewsController.php" hash="9ecac7ce990a52b9b54850743d28a941"/></dir><dir name="etc"><file name="config.xml" hash="fb4421ddba496df3eb539b10d65df323"/><file name="system.xml" hash="238d762349c898db036bc69bd3e78a20"/></dir><dir name="sdk"><file name="GSSDK.php" hash="f8f8f495a79b5305eb8c532ecbd780c5"/><file name="cacert.pem" hash="6654cca7738a5b6f5f7e5cd563139e95"/><file name="gigyaCMS.php" hash="637db3aef59b0da5174bb7ee2d89a351"/></dir><dir name="sql"><dir name="Gigya_Social_setup"><file name="mysql4-install-3.0.0.php" hash="e7b9f3445852c8133689f321664d5639"/><file name="mysql4-upgrade-2.0.3-3.0.0.php" hash="e7b9f3445852c8133689f321664d5639"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="aagigya.xml" hash="4ac91222b731af76dbe78d2c7fdeb066"/></dir><dir name="template"><dir name="gigya"><file name="activityfeed.phtml" hash="4546a43977f69af9edfe6fc8e01f95f9"/><file name="comments.phtml" hash="4c589d0cfc9c4d079d7d4b31b1588443"/><dir><dir name="dashboard"><file name="info.phtml" hash="e43f7ef88c08dc6d071b950549e9e4d3"/></dir><dir name="form"><file name="emailForm.phtml" hash="85c6f7f0d89e27af143d244f063a8433"/><file name="login.phtml" hash="c9b589bc501aa024fd7b9b6f8680f134"/><file name="mini.login.phtml" hash="5889cfb6ee7747235177f37773299f8d"/></dir><dir name="login"><file name="link_accounts.phtml" hash="e22a17f521f17d6ebc1e6eed9a99ebbb"/><file name="social_login.phtml" hash="a349348847fb50b03140fc4ec5eafd99"/><file name="social_login_login_page.phtml" hash="93a945ced0a9a2d963271611210ce952"/></dir><dir name="ratings"><file name="summary.phtml" hash="4a94aa2604e9982a1190061c008e3f57"/><file name="summary_short.phtml" hash="5eeb1b76bc6578653610827e969f4609"/></dir><dir name="share"><file name="ordersharebar.phtml" hash="30253676ead0d658ba3b1182d50b7c2d"/><file name="reactions.phtml" hash="00a536d0ef9070a48275eef8332ac6c3"/><file name="sharebar.phtml" hash="82e2a3705b3988cdba64fd0c2f71f054"/></dir></dir><file name="followbar.phtml" hash="e61a83d0e4eb6cb73847fa7d036ed29d"/><file name="gamification.phtml" hash="0263c39f2b52cccf44063dba26f80d92"/><file name="ratings.phtml" hash="231e29ea7a96770a26a51eb7adb1b333"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="gigya_admin.xml" hash="2b5e27eeabb95717bf4504e8cc5116ed"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Gigya_Social.xml" hash="042bf66e0244eb393364073d5d222ba6"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="gigya.css" hash="808c12a1a9b53eaf91ae480e2f3ac03c"/></dir><dir name="images"><dir name="gigya"><file name="RateIcon_13.png" hash="fac2db4eab60d7639704868f5a62fdda"/><file name="RateIcon_13_pressed.png" hash="3115cb2ab0b1b3ae0929b4756f67dc38"/><file name="RateIcon_21.png" hash="4b7bfd13d66e8565f04aa045aa766b7a"/><file name="RateIcon_21_pressed.png" hash="6d779713ad683a9b24a4353875cfcaca"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="gigya"><dir name="social"><file name="gigya.css" hash="2c00af7ac3b09174a540d19d09542d9c"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="gigya"><file name="admin.js" hash="f58036cbfa24ec828a8a1ef5b23ab7e4"/><file name="gigya.js" hash="18bff428762af9723c8416a5c186383c"/><dir><dir name="json"><file name="jsonlint.js" hash="ce0b64ddf54604cd967cc0e09b48ac66"/><file name="validateJson.js" hash="e4c5c0fb0ba95275361919d053dae9e7"/></dir></dir><file name="onepage_raas.js" hash="d8d8ded86194790cae63654a701bbe3f"/></dir></dir></target></contents>
24
  <compatible/>
25
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
26
  </package>