مشکل Parse با google friend connect
سلام
من میخوام از گوگل فرند کانکت استفاده کنم توی فروم اما وقتی کد رو میزارم توی قالب با این مشکل برمیخورم.
Template Parse Error!
There was a problem loading the /Themes/MicrosofT/index.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.
You may want to try to refresh this page or use the default theme.
syntax error, unexpected T_STRING, expecting ',' or ';'
چطور این مشکل رو حل کنم؟ آیا باید توی کد تغییری بدم؟
هاستم هم مامبولرنه.
پاسخ : مشکل Parse با google friend connect
سلام
کدی که میذارید رو اینجا قرار بدید
به نظر میاد ; رو فراموش میکنید ...
یا علی
پاسخ : مشکل Parse با google friend connect
کد:
<!-- Include the Google Friend Connect javascript library. -->
<script type="text/javascript" src="[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
<!-- Define the div tag where the gadget will be inserted. -->
<div id="div-627962924236970029"></div>
<!-- Render the gadget into a div. -->
<script type="text/javascript">
var skin = {};
skin['BORDER_COLOR'] = '#cccccc';
skin['ENDCAP_BG_COLOR'] = '#e0ecff';
skin['ENDCAP_TEXT_COLOR'] = '#333333';
skin['ENDCAP_LINK_COLOR'] = '#0000cc';
skin['ALTERNATE_BG_COLOR'] = '#ffffff';
skin['CONTENT_BG_COLOR'] = '#ffffff';
skin['CONTENT_LINK_COLOR'] = '#0000cc';
skin['CONTENT_TEXT_COLOR'] = '#333333';
skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc';
skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';
skin['CONTENT_HEADLINE_COLOR'] = '#333333';
skin['POSITION'] = 'bottom';
skin['DEFAULT_COMMENT_TEXT'] = '- add your comment here -';
skin['HEADER_TEXT'] = 'Comments';
google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */);
google.friendconnect.container.renderSocialBar(
{ id: 'div-627962924236970029',
site: '12928990825672368512',
'view-params':{"scope":"PAGE","features":"video,comment","showWall":"true"}
},
skin);
</script>
بعید میدونم ! اسکریپتیه که خود گوگل generate می کنه. بعدش هم توی وردپرس امتحان کردم جواب داد !
پاسخ : مشکل Parse با google friend connect
کد رو باید از طریق echo در قالب انجمن بذارید
همچنین باید تمام ' هارو به " تغییر بدید