Crosspost Wordpress blog post to blogger - wordpress

I want to publish the same post which I just published in the worpress blog to blogger & facebook automaticaly. I know it possible and there are various plugin out there. But cant find one free to use plugin which do this.
I used a 'network publisher' plugin. Its free for facebook by need to pay if we want to add another on like blogger or other. But its working good for me in facebook
Now I am really worried what to do for my blogger to get automatically posted from wordpress.

At last I got the blogger (.blogspot) to get my post automatically from the wordpress.
The blogger can be configured to post via email. There in the blogger account we have to create a secret email address in the setting tab
format look like this - name_of_the_site.secretcode#blogger.com (so that a mail send to this address will automatically posted in the blogger)
And then in the wordpress install a plugin named CROSSPRESS which do all the required stuff
where simply put the email address and the signature which we want to show underneath each post.
Test it by creating a new post and publishing it. You will get the same in blogger
DONE......

It is now possible to post directly using Blogger API (since 4 weeks)
I think you just have to wait a plugin that integrate this feature.
Here is the API announcement : http://code.blogger.com/2012/06/blogger-api-v3.html

Simply set up Blogger and Facebook to get your Wordpress site RSS feed. Look at Blogger and Facebook for docs on how to do that.

Cross post seems to have issues in that line breaks don't get carried across properly and it seems to generate ASCII character 160 in a few random places as well at the moment.

Related

advertise on one wordpress site for woocommerce on another

I have multiple related wordpress sites. one of them has woocommerce.
is there a way to promote some of those products (maybe identified by category or new or something like that) on one of my non-woocommerce sites?
Like the way google adwords show products related to, but not actually productized on that site?
Thanks.
You could use the REST API and grab the info you want from any site that can query the API.
Enable the API:
https://docs.woocommerce.com/document/woocommerce-rest-api/
Tech Docs:
http://woocommerce.github.io/woocommerce-rest-api-docs/
Have you ever thought about embedding iframe?
You have 2 choices, one is by using REST API as #tachb mentioned and the other one is by embedding iframe.
So you can make a custom products page which has products only without header and footer on the woocommerce site.
After that you can embed the page on the other sites as an iframe.
And please don't forget to add target="_parent" attribute to your all links in iframe content as mentioned here and here.
Hope this will help you.

NextScripts SNAP : not using the permalink in wordpress?

This is in a way a followup of this question : Jetpack Publicize: Sharing only on Twitter for a category
I am currently working on a website in which one of the category only serves as a way to curate news on the net and then, share it on the front page and on Twitter.
The post itself is empty, I use a custom field to receive the URL from the user, grab a few things from the target website, update the permalink and save. Upon saving, SNAP publishes the post on Twitter.
My issue is that it is not using the permalink but the url of the post itself (which is absolutely empty). Having a look into the plugin's code, I saw that it was using post metas (most notably urlToUse, snap_MYURL) but couldn't determine if it was a priority issue or something else.
I also try to adjust my code to set these meta values to the url I want, to no avail.
Is there a way I could set my custom functions or the SNAP plugin so that the permalink is used ?
No answer after a week, neither here nor from SNAP's support. No problem.
The ugly patch I used :
Jetpack Publicize for all the Twitter updates
SNAP for the Facebook ones thanks to their ability of posting based on a specific category
It's bloated and I'd love to understand but, sometime, you have to ship

MailChimp and Wordpress Integration for E-Book download

I'm a little new to web dev and coding so forgive my basic question..
I'm working as a sales and marketing consultant for a software company. The company has requested i create a mailchimp campaign linking to a landing page on wordpress, with downloadable e-book for subscribers. I'm having difficulty with this; does anyone have a recommendation or solution to integrate/automate the two?
To be more concise, there's three actions required: Sending the campaign (Mailchimp), redirecting to the landing page (Wordpress), and then downloading E-Book AFTER subscribing (Wordpress). All these actions have been completed; I just don't know how to automate/integrate the actions together.
i realize it's not a coding question per se, but I assume some coding may be needed.
Thanks :)
P.s. I searched for a similar question but to no avail. If there is one, please link the answers :)
Have you tried the mail chimp plug-in?
https://wordpress.org/plugins/mailchimp-for-wp/
-Good luck [:
I have had to create a similar workflow, below is my process.
Create a list on mailchimp
within this list, in the forms tab, create a form to get name and email info of people wanting to download your Ebook
open 'embedded forms' in the same list and copy the HTML code
Using the Bloom plugin connect mailchimp and wordpress.
selected the mailchimp list you want to connect
select 'custom HTML form' and paste the code
make final aesthetic changes to from
Bloom will give you a 'shortcode for the optin' which can be copied into a black wordpress page. (this will show your form)
Create a landing page on wordpress
standard page nothing special but link to you wordpress page with your form
Set up automation on Mailchimp that whenever someone signs up to your list they get an email with a link to the Ebook.
That's the overview, with many learning opportunities along the way ;)

Wordpress private posts and Feedburner - do they trigger an email?

This seems like a simple question but can't find an answer anywhere online.
I have a Wordpress site that, whenever a post gets published, pushes an email out to feedburner subscribers. Very straight forward.
My question is, I need to change some of the posts to privately published so I can test some new stuff and I dont want subscribers to get an email to an empty post.
Can someone lead me to somewhere where it explains what gets pushed and what isnt?
I'm assuming it wont but want to confirm.
I need to change some of the posts to privately published
If that results in the posts not being in the original public
wordpress feed, then there's no way for feedburner to get them.
So view the wordpress feed in a browser window where you are
not logged in to your wordpress account.
However, if you've set your Wordpress feed to have eg.
the 50 latest posts (the maximum), and a post that you make private
is within the those 50 , don't be surprised when Wordpress then provides
the 51st post to Feedburner, which may get re-emailed.

WordPress admin area search not working

Currently I have an installation of WordPress that is running a plugin called Types. When I search for posts inside a custom post type I get no results at all. The URL string looks correct:
&action=-1&m=0&seo_filter&paged=1&mode=list&action2=-1
But it returns nothing.
Additionally, when I remove &action=-1, the search results show up correctly. I have tried disabling the plugin and it works correctly, however I have other sites using the same plugin and searching works on these.
Does anyone have any ideas on how to fix this?
Read - Yoast's guide on integrating Gravity Forms to realise the greatness of this plugin.
It has a paid limitation on assigning role capabilities to custom post types which can be partially fulfilled with http://wordpress.org/plugins/map-cap/
It would probably be best asking the plugin developer in the WP Support forum.
http://wordpress.org/support/plugin/types

Resources