|
Apr 19 |
awarded | Notable Question |
|
Feb 1 |
awarded | Popular Question |
|
Aug 26 |
awarded | Popular Question |
|
Aug 25 |
awarded | Yearling |
|
Jun 8 |
awarded | Constituent |
|
Jun 8 |
awarded | Caucus |
|
Apr 25 |
awarded | Popular Question |
|
Mar 3 |
revised |
Creating Job Tickets added 1 characters in body |
|
Feb 17 |
comment |
How can I put this JavaScript into WordPress? @ChipBennett Oops, I submitted my comment before I saw yours. Didn't mean to try to reopen the question. |
|
Feb 17 |
comment |
How can I put this JavaScript into WordPress? In the template which displays your button you can use wp_enqueue_script() to include your javascript. checkout codex.wordpress.org/Function_Reference/wp_enqueue_script . |
|
Feb 17 |
comment |
How do I create a page for users to invite their facebook friends? @kaiser sorry, I forgot to respond to your comment. Please see my edit. You wouldn't connect your fb account to another fb account. You would connect an fb account to your application. And the application represents your website. |
|
Feb 16 |
comment |
Is “SELECT TOP 0” a bug with MS SQL database? "select top 0" retrieves the column names. that might not be the problem. |
|
Feb 16 |
comment |
Adding tables to dashboard pages programmatically? @user1147 I'm still not sure what your question is. WordPress gives you a way to modify posts, users and custom post types in the dashboard. You don't have to create them programmatically - WordPress does is for you. |
|
Feb 16 |
answered | Copying Wordpress site, HOW about the DB connection? |
|
Feb 16 |
answered | How to call wp_list_comments() outside of the comments template? |
|
Feb 16 |
comment |
How do I create a page for users to invite their facebook friends? @DerykWenaus I would give Simple Facebook Connect first to see if it fits your needs. I didn't use it because my client at the time needed custom functionality with facebook connect so I had to roll with a wrapper. |
|
Feb 16 |
revised |
How do I create a page for users to invite their facebook friends? added 1086 characters in body |
|
Feb 15 |
comment |
How do I create a page for users to invite their facebook friends? @DerykWenaus Yes, you'll need a facebook app for the website. |
|
Feb 15 |
comment |
How do I create a page for users to invite their facebook friends? @kaiser He would need to register his site as an "application" in facebook. This code will invite people to that application. |
|
Feb 15 |
answered | How do I create a page for users to invite their facebook friends? |