Questions tagged [autoblogged]

WordPress plugin for automatically creating posts from an RSS or Atom feed

12 questions
1
vote
0 answers

Autoblog - WPMU DEV unable to edit post Permalink

I have installed Autoblog - WPMU DEV plugin in my site and i have imported some blogs using feed . But when i published the blog post only some content and image is appearing in home page ,and once we click that its taking me to original site blog…
Trend Snaps
  • 198
  • 4
  • 15
1
vote
1 answer

Regular Expression to Modify Title on Autoblogged Plugin

I need to get rid of some words from every feed title. Example: titles: Vans model 10 . 390 From Random Data Nike model 982 . Errant From Default Data Timberland old school From Whatever Now, I need always to remove everything after "From" The…
nris
  • 11
  • 2
1
vote
1 answer

Rewriting a URL in an RSS feed for autoblogged

I pull images from my Pinterest feed to put on my photography blog. The rss address of my board is http://pinterest.com/bokehphotos/test/rss If you stick that in a rss validator…
Charles L
  • 63
  • 1
  • 1
  • 6
1
vote
1 answer

Use regular expression in autoblogged to change date format

I have a a feed who's date is formatted like 'D, d M Y G:i:s e' Autoblogged has a reg expression engine. What is the regular expression to convert 'D, d M Y G:i:s e' to 'F j, Y'? Again I want to convert 'Fri, 20 Apr 2012 12:00:00 EST' to 'April 20,…
McPace
  • 41
  • 1
  • 9
0
votes
2 answers

Regular Expression search and replace on Autoblogged Plugin

I'm using Autoblogged to pull a feed in as a blog post. I need to create a reg expression to convert the title of the item to things I can use as meta data. I've attached a screen of the backend I have access to. Any help would be greatly…
McPace
  • 41
  • 1
  • 9
0
votes
0 answers

EOF occurred in violation of protocol

I developed a GUI python using custom Tkinter for AutoBlogging articles on Wordpress, But when publishing like two articles it doesn't continue it gives me the following errors: Traceback (most recent call last): File…
0
votes
1 answer

Fetch several rss feeds from other blogs in one page

I am trying to make a function which take an rss fedd URL and fetches the most recent 2 posts. I have tried to remake the snippet from here to a full function in funtions.php as following. I don't want to use a plugin for this since the plugins I…
HannesH
  • 95
  • 2
  • 9
0
votes
1 answer

Selection and Deletion of a tag with specific keyword in WordPress

I use an auto blogging plugin that allows me aggregate RSS feeds from certain sites to fill the gap in my blog in times I don't post in, the idea that posts are injected with ads like AdSense URLs with random dynamic links but usually starts with…
CODERx86
  • 25
  • 1
  • 7
0
votes
1 answer

Search and add before first string in Wordpress content

I have auto wordpress blog. I want to add some ads into content Ex content: Description…
Miss Phuong
  • 289
  • 1
  • 4
  • 15
0
votes
1 answer

Regex to remove part of a string

Here is my string http://www.example.com/dl/r66h5icmsyrh I need to remove http://www.example.com/dl/ I am using autoblogged a wordpress plugin; which can handle regex in post template This is what i tried. %regex("%link%",…
user1068544
  • 67
  • 1
  • 1
  • 5
-2
votes
1 answer

Automatic login after clicking on the link with the token (jrean/laravel-user-verification)

I use the "jrean/laravel-user-verification" package. When I click on the link with the token I want to redirect in my homepage and be already logged. How can I implement this? Thank you) Laravel: 5.4 Package Version: 4.1
Odin Thunder
  • 3,284
  • 2
  • 28
  • 47
-3
votes
2 answers

How do I find this div using regex in Wordpress/Autoblogged?

How do you find the following div using regex? The URL and image location will consistently change based on the post URL, so I need to use a wild card. I must use a regular expression because I am limited in what I can use due to the software I am…
user1068544
  • 67
  • 1
  • 1
  • 5