هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

MetricSpot SEO Leads

الوصف

This plugin inserts MetricSpot’s SEO Leads script in your WordPress site so you don’t have to edit your theme’s code. It’s the first step you need to take in order to embed our lead generation widgets in your website.

Once the plugin is installed and activated, you can insert our widgets in your website by pasting the following code snippets where you want them to appear:

Sidabar Widget
<div id=”ms-audit” data-ms-id=”{your_id}” data-ms-lang=”en” ></div>

Inline Widget
<div class=”ms-inline” data-ms-id=”{your_id}” data-ms-lang=”en” ></div>

Popup Widget
<div id=”ms-popup” data-ms-id=”{your_id}” data-ms-lang=”en” ></div>

Remember to replace the {your_id} by your MetricSpot’s user ID on the above snippets. If you don’t know your MetricSpot’s user ID you can obtain it from our website.

To use this plugin you have to be a Pro user of MetricSpot’s tools. Send us a message with your registration e-mail and we’ll give you a free one week trial.

لقطات الشاشة

  • Popup Form
  • Inline Conversion Form
  • Sidebar Widget Form

التنصيب

  1. Upload seo-leads.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. Make sure the wp_footer(); code snippet is just before the </body> closing tag in your theme

الأسئلة المتكررّة

Installation Instructions
  1. Upload seo-leads.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. Make sure the wp_footer(); code snippet is just before the </body> closing tag in your theme
Where can I obtain my MetricSpot user ID?

You can obtain it by visiting our website and logging in to your Control Panel, under the “My Profile” section.

How can I customize the Widgets that appear on my website

You can customize them on the SEO Leads section of our website.

Available languages

Our conversion widgets are available in English, Spanish, German and Catalan. For example, if you want the popup widget to appear in Spanish, you would have to replace the data-ms-lang="en" parameter for, data-ms-lang="es" like this:

<div id=”ms-popup” data-ms-id=”{your_id}” data-ms-lang=”es” ></div>

Where can I check out a live example of the Widgets?

On this website you can check out the Sidebar Widget and the Popup Widget. You will find the Inline Widget embedded on this page.

Can I try it on my website before upgrading to a Pro account?

Yes. Although in order to use this plugin you have to be a Pro user of MetricSpot’s tools, you can send us a message and we’ll give you a free one week trial.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“MetricSpot SEO Leads” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”MetricSpot SEO Leads“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

2017.09.25

  • Initial release.