From ce6fcc32413ed97e33b5cda320d6102f21b88ad1 Mon Sep 17 00:00:00 2001 From: Jonathan Stegall Date: Fri, 26 Jan 2024 20:12:10 -0600 Subject: [PATCH] mention another alternative plugin --- README.md | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 853a68a7..e1a7f395 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ We welcome contributions of code, documentation, or translations to this project This plugin can be relatively complicated, and sometimes other plugins can effectively integrate Salesforce and WordPress, especially if there are more limited, specific requirements. If one of these can meet those requirements, use it. We're happy to link to additional choices here, as well. +- [Object Data Sync for Salesforce](https://plugins.miniorange.com/wordpress-object-sync-for-salesforce) is a fully supported and maintained plugin from another company that also synchronizes WordPress and Salesforce objects. - [WordPress-to-Lead for Salesforce CRM](https://appexchange.salesforce.com/listingDetail?listingId=a0N30000003GxgkEAC) can be installed through the Salesforce AppExchange. It allows you to run a contact form which users on your WordPress site can submit, and the results are added to Salesforce as a Lead object. - [Brilliant Web-to-Lead for Salesforce](https://wordpress.org/plugins/salesforce-wordpress-to-lead/) can be installed through the WordPress plugin directory. This is rather similar to the first option, but is a bit more customizable. By customizable, you can select the fields in WordPress and theme it in your WordPress theme. - [Gravity Forms Salesforce](https://wordpress.org/plugins/gf-salesforce-crmperks/) can be installed through the WordPress plugin directory. It is quite powerful, as it can send form submissions from your WordPress site to Salesforce as whatever object you need. It's important to mention that this works for any form created with the [Gravity Forms](http://www.gravityforms.com/) plugin. It's also important to mention that this does not sync data back from Salesforce into Wordpress. diff --git a/readme.txt b/readme.txt index 74a07cd6..1ef411dc 100644 --- a/readme.txt +++ b/readme.txt @@ -115,6 +115,7 @@ We welcome contributions of code, documentation, or translations to this project This plugin can be relatively complicated, and sometimes other plugins can effectively integrate Salesforce and WordPress, especially if there are more limited, specific requirements. If one of these can meet those requirements, use it. We're happy to link to additional choices here, as well. +- [Object Data Sync for Salesforce](https://plugins.miniorange.com/wordpress-object-sync-for-salesforce) is a fully supported and maintained plugin from another company that also synchronizes WordPress and Salesforce objects. - [WordPress-to-Lead for Salesforce CRM](https://appexchange.salesforce.com/listingDetail?listingId=a0N30000003GxgkEAC) can be installed through the Salesforce AppExchange. It allows you to run a contact form which users on your WordPress site can submit, and the results are added to Salesforce as a Lead object. - [Brilliant Web-to-Lead for Salesforce](https://wordpress.org/plugins/salesforce-wordpress-to-lead/) can be installed through the WordPress plugin directory. This is rather similar to the first option, but is a bit more customizable. By customizable, you can select the fields in WordPress and theme it in your WordPress theme. - [Gravity Forms Salesforce](https://wordpress.org/plugins/gf-salesforce-crmperks/) can be installed through the WordPress plugin directory. It is quite powerful, as it can send form submissions from your WordPress site to Salesforce as whatever object you need. It's important to mention that this works for any form created with the [Gravity Forms](http://www.gravityforms.com/) plugin. It's also important to mention that this does not sync data back from Salesforce into Wordpress.