
In Progress
Posted
Paid on delivery
I need a small utility that logs in to a private WordPress site with my username and password, pulls each new post’s title, main photo, body text, and any download link, then republishes that material to my XenForo forum through XenForo’s REST API. Key points I must see working: • Content must arrive in pure Text format on XenForo (no HTML tags or Markdown). • Images and ordinary hyperlinks present in the original article have to be carried over so the final thread looks complete to forum users. • The job runs automatically once every 24 hours but I also want a simple way to trigger it on demand from the command line or an admin page. Authentication for both platforms, basic error logging, and a short README on how to adjust scheduling or credentials will be enough for me to deploy it on my server.
Project ID: 40672619
100 proposals
Remote project
Active 4 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

This WordPress-to-XenForo utility will log into the private WordPress site, detect posts that have not yet been processed, and publish each one through the XenForo REST API. I’ll build it in PHP with secure credential configuration, duplicate protection, and basic logging so failed authentication, API errors, or incomplete posts can be reviewed easily. The importer will extract the title, main photo, body text, and download link. HTML and Markdown will be stripped from the article body so the XenForo thread contains clean pure text, while ordinary hyperlinks remain usable and images are transferred in a XenForo-compatible way so the final post is complete. I’ll also include a daily scheduled job plus a simple command-line trigger or lightweight admin action for on-demand imports. The README will explain setup, WordPress/XenForo credentials, scheduling, API configuration, and manual execution. I’ll test the workflow with new and already-imported posts, including articles with images, links, and download URLs, and provide the deployable source files. For the images, should they be uploaded into XenForo as attachments, or should the posts retain their original image URLs? Muhammad Saad
€30 EUR in 2 days
7.9
7.9
100 freelancers are bidding on average €38 EUR for this job

With experience in WordPress and REST API integrations, I understand your need for a utility to transfer content to XenForo seamlessly. Ensuring pure text format delivery with images and hyperlinks intact is crucial. Could you share more details on the expected volume of posts to be transferred daily? Regards, Yogesh Kumar
€10 EUR in 7 days
8.5
8.5

Hi, I can build this WordPress-to-XenForo automation utility with secure authentication, REST API integration, automatic daily syncing, and manual triggering. I’ll handle title, images, text, and links while converting content to clean plain text without HTML/Markdown. I’ll also include error logging and a clear README for credentials, scheduling, and deployment. I can start immediately and deliver quickly. Best regards RAHEEL
€19 EUR in 7 days
8.1
8.1

I have 8+ years of experience in web development and am familiar with modern web technologies, frameworks like node python script and other tools. You need a small utility that logs into your private WordPress site, pulls new posts, and sends them to XenForo. It will take the title, photo, body text, and download links from each post. Content will arrive in pure text, with images and normal hyperlinks carried over. The script runs every 24 hours automatically, and can also be started on demand from the command line or an admin page. I will include authentication setup, error logging, and a README for changing the schedule and credentials. I can start right away.
€30 EUR in 2 days
7.8
7.8

Pulling new posts out of your private WordPress site and pushing them into XenForo as clean plain text is the kind of small bridge utility I build often, and the tricky part is exactly what you flagged — stripping HTML without losing the images and links. I'd write it in Python: authenticate to WordPress (REST API with application passwords if available, otherwise a session login that persists cookies), track the last processed post ID so nothing duplicates, then convert the body to plain text while re-inserting image URLs and hyperlinks as bare URLs on their own lines so XenForo's auto-embed renders them properly in a text-format post. Publishing goes through XenForo's REST API with your API key, and the whole thing runs from a single CLI entry point — cron handles the 24-hour schedule, and the same command triggers it on demand. Credentials live in a .env file, failures get written to a rotating log, and the README covers changing the schedule, credentials and target forum node. Available to start straight away.
€8 EUR in 1 day
7.8
7.8

Hi, I will build a PHP script using cURL and XenForo's API to fetch, strip HTML, and post your content automatically via cron job. ▪ Which XenForo node ID should the posts be published to? ▪ Are the images hosted on the WordPress server or externally?
€19 EUR in 7 days
7.6
7.6

Hi, one thing worth sorting before I start. Pure text and working images can't both happen. XenForo renders BBCode, so an image needs an IMG tag and a link needs a URL tag. It isn't HTML and it isn't Markdown, so you get the clean look you're after, but the pictures actually show. I'd convert the WordPress HTML into BBCode instead of stripping it to flat text. Also, if your WordPress site is private then the image files probably need a login too. That means broken images on the forum. Safer to pull each image down and upload it to XenForo properly. For logging into WordPress I'd use an Application Password with the REST API rather than automating the login form. Less to break later. I'd write it as a Node script with cron for the daily run and one command for manual runs. It keeps a small record of what it already posted, so nothing goes up twice. Around 3 to 4 days. Roughly how many posts a day are we talking about?
€19 EUR in 7 days
6.9
6.9

As a seasoned and versatile full-stack developer, my wide-ranging skill set is perfectly suited for crafting the WordPress-to-XenForo Auto Scraper you require. Having accrued a long list of satisfied clients and glowing reviews, I have a proven track record of delivering scalable software solutions that prioritize efficiency, quality, and clean design architecture - all vital components to successfully execute this project. Among my proficiencies sits sharp expertise in JavaScript, MySQL, PHP, and WordPress, which make up the core technologies needed to create your scraper. My familiarity with these technologies not only enables me to log in to a private website like yours but also extract the key information - title, main photo, body text, and any download link - while ensuring it's published in pure Text format on XenForo. Moreover, the final thread's completeness will be facilitated by carrying over all images and hyperlinks from the original article. In addition to my technical competency, I deeply value effective communication with my clients throughout every stage of a project. So you can rest assured that I'll keep you regularly updated and provide a short README document on how to adjust scheduling or credentials for future reference once we're done. With over 5 years' experience across AI, web development, enterprise solutions and as a person who always goes above
€15 EUR in 2 days
7.2
7.2

Hi! My name is Marjan and I'm here to offer you my services as a skilled applicant with over a decade of experience working on Freelancer.com. I believe I am the best fit candidate for this project due to my extensive experience; I would like to have a discussion to get to know that we both are on the same page. Once the scope will be locked, I will start working on it right away.
€140 EUR in 7 days
6.8
6.8

Hi there, To achieve your goal of automating the content transfer from WordPress to XenForo, I suggest creating a script that will log in securely and extract the required fields, stripping any unwanted formatting. I can ensure that all images and hyperlinks are preserved while also implementing a simple trigger for both scheduled and manual runs. This utility will include basic error logging and a README to help you manage schedules and credentials effortlessly. Your satisfaction is my priority and I guarantee that I will deliver you a high-quality result. Regards, Ali
€10 EUR in 1 day
6.4
6.4

# WordPress to XenForo Content Automation Hola, Puedo desarrollar esta utilidad para automatizar completamente el flujo **WordPress → XenForo**, incluyendo autenticación segura, extracción de nuevos posts, títulos, imágenes, contenido, enlaces y archivos, y publicación mediante la API REST de XenForo. Me aseguraré de que el contenido llegue como **texto limpio, sin HTML ni Markdown**, manteniendo las imágenes y enlaces para que los hilos conserven una presentación completa. También configuraré la ejecución automática cada 24 horas, junto con un disparador manual desde CLI o panel de administración. Entregaré logs básicos de errores y un README claro para modificar credenciales, programación y configuración. Estoy listo para empezar y puedo adaptar la solución a vuestro entorno actual. Regards, Ameer Hamza
€19 EUR in 7 days
6.5
6.5

Hello! We can build this automated WordPress-to-XenForo sync tool for your workflow. 1. Do you already have XenForo API access details and credentials for both sites? 2. Would you prefer the on-demand trigger from CLI, admin page, or both? — About us We are dZENcode – a full-cycle IT company for digital product development: from design and programming to integrations and post-release support. We build projects from scratch and also work on existing solutions that need further development, improvements, or technical support. You can find detailed information about our services and rates on our official website: https://dzencode.com. Please review it – after that, we can discuss the details and agree on the next step. ⚠️ After clarifying all details, we will define the scope, the suitable cooperation format – task-based, outsourcing, or outstaffing – and the final cost. Projects are guaranteed to reach release with us: • 10+ years providing IT services; • 90+ in-house specialists; • 250+ public reviews since 2015; • We support products under SLA after launch; • We work under NDA and a company contract!
€19 EUR in 7 days
6.7
6.7

Hello, I understand you need an automated WordPress to XenForo publishing utility that securely authenticates with both platforms, extracts new post content and republishes it through the XenForo REST API in clean text format while preserving images and links. 1️⃣ WordPress authentication and new post extraction 2️⃣ XenForo REST API integration and automatic thread creation 3️⃣ Clean text conversion with images and hyperlinks preserved 4️⃣ Daily 24 hour scheduling with manual trigger option 5️⃣ Error logging, secure credentials and deployment README I’ll build it with a reliable structure and clear configuration so you can easily manage credentials and scheduling later. I can start immediately and test the complete publishing workflow before delivery. Best regards, Fizza
€10 EUR in 1 day
6.1
6.1

Hi there, I can build this utility to pull new WordPress posts and publish them to XenForo through the REST API. I’ll handle the authentication, title, images, body content, download links, and conversion to clean text without HTML or Markdown while preserving the required images and links. I’ll also add a 24-hour scheduled job plus a manual command/admin trigger. I’ll include basic error logging and a short README covering credentials, scheduling, and configuration. I have strong experience with WordPress, PHP, REST APIs, and custom integrations and can keep the utility lightweight and easy to deploy.
€65 EUR in 7 days
5.7
5.7

Hi, I can help you with this project. I have relevant experience with PHP, JavaScript, WordPress and can handle the work from development to testing and delivery. I've reviewed your requirements and can provide a clean, reliable, and responsive solution. Let's discuss the details and get started. Best, Arslan Shahid
€10 EUR in 7 days
5.9
5.9

Hi, I understand that you need a small automated utility that securely connects to your private WordPress site, detects new posts, extracts the title, main image, text, and download links, then publishes the content to XenForo through its REST API. I will ensure the XenForo content is clean and readable in pure text format while preserving the relevant images and normal hyperlinks. I will also include secure authentication, duplicate prevention, basic error logging, and automatic execution every 24 hours with an option to run the synchronization manually. I will provide the complete source code along with a concise README explaining installation, credentials, scheduling, manual execution and configuration. The solution will be structured so it is easy to maintain and deploy on your server. Best regards Muhammad Saad K
€15 EUR in 1 day
5.1
5.1

I hope you're doing well! My name is Nawal, and I bring over nine years of experience in WordPress-to-XenForo Auto Scraper. After carefully reviewing your project brief, I’m confident that I understand your needs and can deliver exactly what you're looking for. Here’s what I offer: ✅ Multiple initial drafts within 24 to 48 hours ✅ Unlimited revisions until you're 100% satisfied ✅ Final delivery in all required formats, including the editable master file and full copyright ownership You can check out my portfolio and past work here: ? Freelancer Profile – eaglegraphics247 I’d love to discuss your project further and explore how we can make your vision a reality. Let me know a convenient time for a quick chat! Looking forward to working together. Best regards, Nawal
€70 EUR in 1 day
4.9
4.9

As an experienced developer specialize in building web solutions and APIs, I'm confident in my ability to deliver a WordPress-to-XenForo Auto Scraper that ticks all your requirements. My extensive skill set spans PHP, JavaScript, MySQL, and WordPress integration among others necessary for this project's successful execution. I've also worked with REST APIs before, making me suitable to handle XenForo's API proficiently. In addition, my familiarity with cloud infrastructure and deployment will ensure a smooth installation and flawless running of the system on your server – including scheduling adjustments for the 24-hour automation requirement. Rest assured, both the regular auto-running of this utility and the optional manual triggers will be implemented effectively. One distinctive value I bring to the table is my commitment to lasting success. I don't just build digital products; I build them for long-term growth and usability. The comprehensive README that comes with my work will not only guide you on adjusting credentials or scheduling but also serve as a roadmap for maintaining your solution in the future. I look forward to transforming your vision into a powerful reality.
€20 EUR in 3 days
5.0
5.0

Hi, this looks like a straightforward automation task: log in to a private WordPress site, detect new posts, extract the title, body, main image, and download links, then publish clean text to XenForo through its REST API. I’ve built similar sync tools using PHP and Python, including scheduled jobs, authenticated scraping, API posting, and lightweight logging. For XenForo, I’d make sure the thread content is plain text while preserving image and link references so the post still reads naturally for forum users. I’d structure it so it can run every 24 hours and also be triggered manually from the command line or an admin page. I’d keep credentials configurable, add clear error handling, and include a short README so deployment and adjustments stay simple. If you’d like, I can map out the implementation quickly and get started. Best regards, Gabriel
€250 EUR in 5 days
4.7
4.7

Hi, I see you're looking for a utility to automate the process of transferring content from a private WordPress site to your XenForo forum. It’s important that this system pulls post titles, images, body text, and download links seamlessly, while ensuring the content is clean and free of HTML tags. To tackle this, I’d create a script that logs into your WordPress site, fetches the latest posts, and uses the XenForo REST API to publish them. The utility will be designed to run automatically every 24 hours but will also allow for manual triggering. I'll ensure that images and links are carried over properly to maintain a complete look for your forum users. With experience in PHP, API integration, and automation, I can deliver a reliable solution that meets your needs and keeps everything organized. Best regards, Novalitz Tech
€8 EUR in 1 day
4.6
4.6

You need a reliable daily WordPress-to-XenForo publisher that extracts new private posts and republishes them without HTML or Markdown clutter. My matching stack is WordPress/PHP automation and REST API integrations. I’ll build a small PHP utility that authenticates safely, detects posts not yet published, extracts the title, body, featured image, and download links, then creates the XenForo thread through its REST API. It will keep a local processed-post log to prevent duplicates, record failures clearly, run by cron every 24 hours, and support a manual CLI command. You’ll receive a short README for credentials, scheduling, and deployment. One detail to confirm: XenForo needs either native attachments or BBCode-style image/link tags to render images and clickable links. Do you want images uploaded as XenForo attachments, or are plain image URLs acceptable?
€50 EUR in 2 days
4.3
4.3

Madrid, Spain
Payment method verified
Member since Aug 26, 2026
€8-30 EUR
$750-1500 USD
₹12500-37500 INR
$250-750 USD
$15-25 USD / hour
$8-15 USD / hour
€20-28 EUR
₹12500-37500 INR
₹750-1250 INR / hour
$30-250 USD
₹150000-250000 INR
$250-750 USD
₹12500-37500 INR
$2-8 USD / hour
₹600-1500 INR
min £36 GBP / hour
$30-600 NZD
$15-25 USD / hour
₹1500-12500 INR
₹1500-12500 INR