_installer_siterecommender_title=Site Recommender _installer_siterecommender_type=_types_email _installer_siterecommender_category=_categories_communitysoftware _installer_siterecommender_input_sitename_label=_info_sitetitle _installer_siterecommender_input_sitename_text=_settings_sitetitle _installer_siterecommender_input_fromemail_label=_info_adminemail _installer_siterecommender_input_fromemail_text=_settings_adminemail _installer_siterecommender_input_notification_label=Receive Notifications _installer_siterecommender_input_notification_text=Do you wish to receive copies of all recommendation messages? _installer_siterecommender_input_emailsubject_label=Email Subject _installer_siterecommender_input_emailsubject_text=Enter the subject that will appear on the recommendation emails (use [name] to insert the name of the person sending the recommendation and use [email] to insert their email address) _installer_siterecommender_input_emailtemplate_label=Email Template _installer_siterecommender_input_emailtemplate_text=Enter the content of the recommendation email (use [name] to insert the name of the person sending the recommendation, use [email] to insert their email address, use [url] to insert the recommended URL, and use
to insert a new line) _installer_siterecommender_description=Recommender เว็บไซต์เป็นแหล่งเปิด "แนะนำเว็บไซต์ของฉัน" โปรแกรม _installer_siterecommender_authordescription=Recommender เว็บไซต์ช่วยให้ผู้เข้าชมเว็บไซต์ที่จะแนะนำเว็บไซต์ของคุณไปหนึ่งหรือมากกว่าผู้รับ ข้อความเริ่มต้นจะแก้ไขได้อย่างง่ายดายและรูปลักษณ์และความรู้สึกที่จะปรับแต่งผ่านทาง CSS สไตล์ คุณสามารถเลือกที่จะรับการแจ้งเตือนเมื่อเว็บไซต์ของคุณได้รับการแนะนำและที่อยู่อีเมลจะถูกซ่อนไว้จึงไม่สามารถเก็บเกี่ยวโดยผู้ส่งอีเมลขยะ นอกจากนี้ยังมีการตรวจสอบข้อผิดพลาด _installer_siterecommender_usagenotes=Site Recommender can be used as an INCLUDE or as a POPUP:

INCLUDE METHOD (easy):

To use the include method, add this HTML code to one or more pages of your website:



That will create a link to this script:

{http}://{subd}{domain}{dir}/recommend.php

You can modify the HTML in recommend.php to taste -- the only important tag is the <?php include ... ?>.

POPUP METHOD (involved):

This approach will pop up a new window for the recommendation form.

You can find an example page here:

{http}://{subd}{domain}{dir}/recommend2.php

That page features a demonstration recommend link which, when clicked, loads the recommendation script into a popup window.

An examination of the recommend2.php code will show how you can add that link to any page of your site: the important elements are the javascript <script>...</script> code, added into the <head>...</head>, and the <a href ...>...</a> link itself.