Search results for "wordpress feedwordpress enable comments"

Remote publishing to WordPress from Facebook via RSS

I suggest you install Simple Facebook Connect and learn how to set up a simple Facebook App using the plugin’s easy instructions. This will allow your website to use Facebook authentication to Publish to Facebook, allow comments by logged in Facebook users, etc. Creating an App instead of a Fan Page or Business page may suit your needs. Give it a try if you have not already set up a Facebook Page. If you use SFC, don’t set it to autom… 18, 1, 2, 0 and 31.53

Comments { 3 }

WordPress with W3 Total Cache on Nginx with APC (Virtualmin)

initial index page load, or time to first byte on the WordPress test site I created.  Cached and subsequent pages load very quickly, so it looks like there is an overall improvement. All WordPress functions seem to work well: comments, image uploads, etc. are no problem. I am interested to see if there is improvement with other scripts, especially phpbb3. … 20, 1, 0, 0 and 18.78

Comments { 11 }

How to Configure APC Cache on Virtual Servers with PHP running under FCGId

running on virtual servers for opcode caching: Remove apc.ini from /etc/php.d. Do not add the APC configuration into /etc/php.ini (main php.ini which is probably a template used for creation of new virtual servers). Instead, enable APC on a per-domain basis by modifying the respective /home/domainname.com/etc/php5/php.ini — your httpd.conf or virtual.conf should look something like this for each virtual domain. <VirtualHost 99.88.177.28… 10, 0, 0, 0 and 10.42

Comments { 43 }

Automated WordPress Installation Via Custom Virtualmin Script Installer

WordPress (or any other script) can automatically install during Virtualmin > Create Virtual Server. Virtualmin automatically creates users, MySQL database, and installs WordPress in the public_html root, then gives a link to the WordPress Installer. You can even create a custom installer with a set of plugins and themes. To create a custom script installer with plugins and themes: Download http://wordpress.org/latest.zip & unzip   add … 10, 1, 0, 0 and 8.55

Comments { 0 }

WordPress Content Management

If you don’t need the power of a full-blown Content Management System, and want a site that’s easier to manage, WordPress is a great choice. It’s just right for small businesses , churches and non-profit or service organizations. WordPress can also be combined with an existing website to add news, weblink and weblog functions. WordPress is a state-of-the-art publishing platform with a focus on aesthetics, web standards, and us… 7, 1, 1, 0 and 6.94

Comments { 0 }

APC Cache Considerations for Virtual Hosting Environments

… service. If you wish to enable APC on a commodity web hosting server, you may try the following method to selectively enable APC per directory: http://www.php.net/manual/en/ini.php Also see other recommendations in following comments…    … 3, 0, 0, 0 and 6.9

Comments { 2 }

Apache and MySql Performance Tuning for High Traffic Website

SoccerNews.com is a high traffic WordPress site with over 600,000 unique visitors and over 2,000,000 page impressions per month. It is a content republisher and aggregator, presenting custom XML feeds for (what else?) soccer news from all over the world. The site has a very active user base, providing content in the forms of editorials and comments on news items. Advertising and sponsored referrals provide the revenue stream. SoccerNews.com webs… 5, 0, 1, 0 and 5.56

Comments { 0 }

Social Media Integration

Facebook and Twitter are two very important social media platforms that can seriously improve the reach of your website content. Content Management Systems can be configured to automatically send new content to Facebook and Twitter via RSS feeds, with linkback to your website, which improves traffic. WordPress Sites $500 per site Install Facebook Connect and Twitter Connect plugins Optionally, add Facebook feed and fans, Facebook Comments &amp… 3, 0, 0, 0 and 5.07

Comments { 0 }

Load Balancing Virtualmin WordPress Hosting Server with Varnish on AWS

I am creating a true load balancer topography for a WordPress hosting server, if it needs to scale up beyond what the current system can handle. Scaling Levels The current system is the “admin” path shown in the diagram, with no CDN or Load Balancing. It will handle a lot of traffic, but it is somewhat vulnerable to failure and overload. A simple and inexpensive extension of this system is to add CloudFront CDN, the “beta users… 5, 1, 0, 0 and 4.99

Comments { 3 }

Tuning Apache and MySQL for Best Performance in a Shared Virtual Hosting Environment

…ommendations —————————————————– General recommendations: Run OPTIMIZE TABLE to defragment tables for better performance MySQL started within last 24 hours – recommendations may be inaccurate Enable the slow query log to troubleshoot bad queries I suggest you NOT enable the slow query log unless the Slow Queries result is very high. Slow Queries result % will be somewhat high if MySQL has run for less than 24 hou… 2, 0, 0, 0 and 4.72

Comments { 1 }