Title: robertzas's Replies | WordPress.org

---

# robertzas

  [  ](https://wordpress.org/support/users/robertzas/)

 *   [Profile](https://wordpress.org/support/users/robertzas/)
 *   [Topics Started](https://wordpress.org/support/users/robertzas/topics/)
 *   [Replies Created](https://wordpress.org/support/users/robertzas/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/robertzas/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/robertzas/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/robertzas/engagements/)
 *   [Favorites](https://wordpress.org/support/users/robertzas/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Review Slider] Facebook is still temporarily blocking access to parts of their Pages API.](https://wordpress.org/support/topic/facebook-is-still-temporarily-blocking-access-to-parts-of-their-pages-api/)
 *  [robertzas](https://wordpress.org/support/users/robertzas/)
 * (@robertzas)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/facebook-is-still-temporarily-blocking-access-to-parts-of-their-pages-api/#post-10551973)
 * I was looking through your plugin, it seems like you are just parsing the page
   correct? And you can’t get the “latest” page because it is a javascript button.
   How about, for now at least, you make a tab where you can copy the source code
   from the reviews page, paste it into the tab, and the plugin parses your source.
   This way, I would be able to click next, until I have all of the reviews, and
   then copy paste it to do a full update.
 * I just started with your plugin, and importing the 10 most helpful reviews is
   basically useless, especially for badges. This could at least make the pain of
   importing all, and then updating Facebook reviews much more barable. Currently,
   I don’t see a very good option.
    -  This reply was modified 7 years, 9 months ago by [robertzas](https://wordpress.org/support/users/robertzas/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cooked - Recipe Management] Can’t add anchor to custom template](https://wordpress.org/support/topic/cant-add-anchor-to-custom-template/)
 *  Thread Starter [robertzas](https://wordpress.org/support/users/robertzas/)
 * (@robertzas)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/cant-add-anchor-to-custom-template/#post-9532983)
 * It ended up being an override in my functions.php file!
 * Thanks for your help!
    Robert
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cooked - Recipe Management] Can’t add anchor to custom template](https://wordpress.org/support/topic/cant-add-anchor-to-custom-template/)
 *  Thread Starter [robertzas](https://wordpress.org/support/users/robertzas/)
 * (@robertzas)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/cant-add-anchor-to-custom-template/#post-9532460)
 * Hi Boxy Studio!,
    I have a couple dozen recipes, and they all took this: [https://www.highplainsbison.com/wp-content/uploads/2017/09/good.jpg](https://www.highplainsbison.com/wp-content/uploads/2017/09/good.jpg)
   [http://www.highplainsbison.com/recipes/ultimate-bbq-bison-prime-rib-roast/](http://www.highplainsbison.com/recipes/ultimate-bbq-bison-prime-rib-roast/)`
   <div class="boldgrid-section"> <section class="section"> <div class="inner-container"
   > <div class="single-recipe-header"> <div class="single-recipe-header-left"> 
   <a class="hide-on-small" href="http://highplainsbison.com/recipes"><i class="
   fa fa-arrow-left fa-2x"></i><br>Back</a> </div><div class="single-recipe-header-
   right"> <div class="hide-on-large"><a class="single-recipe-back" href="http://
   highplainsbison.com/recipes"><i class="fa fa-arrow-left fa-2x"></i><br>Back</
   a></div><div class="recipe-favorites"> [favorite_button] </div>[addtoany] [cooked-
   info include="print"] [cooked-info include="fullscreen"] </div></div><div class
   ="paneled-image pull-left"> <div class="panel-image"> [cooked-image] </div><div
   class="panel"> [cooked-info include="taxonomies"][cooked-excerpt] [cooked-info
   include="prep_time,cook_time,total_time, servings"] </div></div><div class="recipe-
   body"> <div class="recipe-panel"> <h2>Ingredients</h2> [cooked-ingredients] </
   div><div class="recipe-panel"> <h2>Directions</h2> [cooked-directions] </div>
   </div></div></section></div>`
 * as the recipe template. On the last several, everytime I save, the above template
   code turns into:
    [https://www.highplainsbison.com/wp-content/uploads/2017/09/bad.jpg](https://www.highplainsbison.com/wp-content/uploads/2017/09/bad.jpg)(
   [https://www.highplainsbison.com/recipes/bison-tenderloin-with-roasted-vegetables-and-shallot-red-wine-sauce/](https://www.highplainsbison.com/recipes/bison-tenderloin-with-roasted-vegetables-and-shallot-red-wine-sauce/))`
   <div class="boldgrid-section"> <section class="section"> <div class="inner-container"
   > <div class="single-recipe-header"> <div class="single-recipe-header-left"> 
   <a><i class="fa fa-arrow-left fa-2x"></i><br>Back</a> </div><div class="single-
   recipe-header-right"> <div class="hide-on-large"><a><i class="fa fa-arrow-left
   fa-2x"></i><br>Back</a></div><div class="recipe-favorites"> [favorite_button]
   </div>[addtoany] [cooked-info include="print"] [cooked-info include="fullscreen"]
   </div></div><div class="paneled-image pull-left"> <div class="panel-image"> [
   cooked-image] </div><div class="panel"> [cooked-info include="taxonomies"][cooked-
   excerpt] [cooked-info include="prep_time,cook_time,total_time, servings"] </div
   ></div><div class="recipe-body"> <div class="recipe-panel"> <h2>Ingredients</
   h2> [cooked-ingredients] </div><div class="recipe-panel"> <h2>Directions</h2>[
   cooked-directions] </div></div></div></section></div>`
 * It seems like something is filtering out href and class params for anchor tags.
   I allowed them for posts through the functions.php, but it doesn’t change the
   above problem. I’m sure this is a piece of cake, but I am not as familiar with
   php, and can’t figure out how I can override it.
 * Thanks
    Robert
    -  This reply was modified 8 years, 7 months ago by [robertzas](https://wordpress.org/support/users/robertzas/).
    -  This reply was modified 8 years, 7 months ago by [robertzas](https://wordpress.org/support/users/robertzas/).

Viewing 3 replies - 1 through 3 (of 3 total)