Dawa1
Forum Replies Created
-
I haven’t tried turning it off. I’m too scared that it might break the rest of my site :D. It’s still strange that it works with the test, and it gives me this message after running the test;
WP to Twitter successfully contacted your selected URL shortening service. The following link should point to your blog homepage: sitename.com/s/qd4gi
WP to Twitter successfully submitted a status update to Twitter.
Your server should run WP to Twitter successfully.Permalinks structure I am using is sitename.com/WPMultiSiteMainDirectory/ThisSite/%postname%/
As of now I just left it as is. It gets the post name, and then puts the full url link in there. It misses the category and tags, I think that’s because my theme uses “ecategory” for category and “etags” for tags. So it’s unique parameters
Forum: Plugins
In reply to: [WP Geocode Filter] Full State name?Aw, too bad. That’s the last little piece I needed. I looked through your example and I see how it helps you out. I’ll just make this one work by using the City, StateInitial. Until I have time to mess around with it and figure out how to make it work. Thanks a lot though. Site also looks great.
Thank you :). I got the error when I turned off a few other options that I kind of wanted in a different plugin, mainly the “log in with facebook” and “register with facebook”, I just want the “post to facebook”. So this time I plan to just turn on that option, and if it breaks the site, it breaks the site and it is not working and I’ll move on… but if it works! Then I will be ten times more happy.
Thanks for the help Otto.
Come on Otto/anyone, don’t leave me hanging here. How do I get rid of this error and start from scratch?
Forum: Plugins
In reply to: [WP Geocode Filter] Full State name?Interesting, would have never found that on my own. Do you have it working with the same functionality as the wpgeocode plugin? By that I mean with the “if state, this”, and “if not state, that”?
I see the plugin hasn’t been commented on/updated for the past year+, so I’m a little nervous.
Thanks for letting me know about this. The awesome WordPress community ??
This is the error message I see;
The query to the URL shortener API failed, and your URL was not shrunk. The full post URL was attached to your Tweet. Check with your URL shortening provider to see if there are any known issues.
So I’ve had a few days to play with this, and here is the weird thing.
It still doesn’t work when I submit posts, it gives me a notification that my service is not working correctly. However, when I went to the bottom of the plugin setup page, to run the test, it sent out a tweet to my Twitter account, with a shortened link to my WordPress MultiSite install. The Tweet showed up on my page, with the short YOURL, and the feedback I got from the plugin was that the short URL worked, my server supports this, and that everything is set up…
I tried doing another post to see if it will work, but nope, that didn’t work…
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Using custom taxonomiesI might be wrong now that I think about it in what I called “taxonomies”, but it is in regard to events and such. We handle events. Now I’m thinking that I really meant the categories for the post type. I don’t even know now. After some better thinking, and looking at the codex I think we are close to about 25.
I think I have the term wrong though. We have 40+ categories in our custom post type… this was the original reason I started this. Sorry for the confusion.
40+ different categories for the custom post type, “event” which is picked up by your great plugin, but the categories are not recognized within the post type.
Sorry about that ??
I will give it a try for the local directory as well, for some reason I was having issues with a different plugin so I just used the remote API on both. I’ll try the local directory.
As for the options, I meant these;
- Post ID for YOURLS url slug.
- Custom keyword for YOURLS url slug.
- Default: sequential URL numbering.
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Using custom taxonomiesAh, gotcha, the only issue is that I have 40+ custom taxonomies/categories for my custom post type ?? so I think I will wait until a solution is available to deal with that.
Thank you for letting me know though. This and the YOURLS integration is the only thing I need to get it to have it 100% working with my custom setup
Forum: Plugins
In reply to: [WP Geocode Filter] Full State name?Great minds think alike, I am looking for this function as well. I tried going through the php file and renaming my state from the abbreviation to the full name, and the name to the abbreviation, but it wasn’t that….
Forum: Plugins
In reply to: How to get short code using plugin to work on my sites mega menu?So I was able to figure out with some google-fu that there is a special code in WordPress as so,
echo do_shortcode('[iscorrect]'.$text_to_be_wrapped_in_shortcode.'[/iscorrect]');
Found at Function Reference/do shortcode and this seems to be what I am looking for.I have it working for just a single short code, but I am trying to get it to work with the closing option as well (what I have above). How can I put HTML into this?
I appreciate that. How can I email you? I looked through the sourceforge page you have linked in your name, but I didn’t see a contact email address on there.
Any ideas on how to fix this? I’m glad that the other logins work, but we have a strong Facebook Fan integration, and if I can’t get facebook to work, then it’s not really working for us.
Thanks in advance for assistance
Forum: Plugins
In reply to: [WordPress Social Login] Login through FB or any other network doesn't workDoes the link take you anywhere at all? I have the other icons working on 3.5, but FB lets the user go to facebook, authenticate, and then when it re-directs it freezes up in it’s re-direct.