New features for Website Custom Audiences‏ [closed] - wordpress

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Is it possible to connect this on WordPress site ? Its new feature and I want to know is it possible and would it make sense?
Introducing new features for Website Custom Audiences‏
https://www.facebook.com/business/news/Multi-Product-Ads-and-Enhanced-Custom-Audiences-from-your-Website
Maybe anybody knows about that, and can help me a little bit.

I'm using WCA for most of my websites. It's good to keep your website visitors data so that you can run remarketing campaign targeting them easily in near future.
This video will show you how to install WCA script on WordPress site:
https://www.youtube.com/watch?v=pJFTeIPs3-Q
If you're not using WordPress, that's fine. Just paste the tracking pixel script inside your HTML file before </head> tag close.

Related

Wordpress Multi Step Survey [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
I'm new to web development and I've been working with this for quite a while now. I'm using wordpress and I need help on doing a multi step survey on wordpress like this one.
sample
Thank you guys !
You can use plugins, I do a search but not find out any multiple steps form jQuery for WordPress.
Here is Contact form 7 Multiple step plugin:
https://wordpress.org/plugins/contact-form-7-multi-step-module/
And here is the demo: http://webheadcoder.com/contact-form-7-multi-step-form/
It's not jQuery multiple steps form for a fast transfer movement, but you can use it for your survey purpose.
Contact form 7 itself does not save submitted data to database, but you can find an extension to do it: https://wordpress.org/plugins/contact-form-7-to-database-extension/
This is to help you get the survey data from use and analyze it.
I hope that helps.

Multi Language Wordpress Site [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm building a site for a client that requires several languages. They have all the text required for all the languages. But what's the best (correct) way to implement this?
Thanks for your help!
I understand from your question that your client has different pages/posts already translated to several languages. If you are using wordpress I would recommend to use a wordpress translation plugin such as WPML (this is the only one I tested and It has always given me good results but it´s a premium plugin).
In case you want to investigate more, I found a good post comparing different wordpress translation plugins both free and premium.
Hope it helps!

How can I find out which app is being used on a website [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm looking to find out if the interactive map on this website is custom made or used from another source which I can replicate - http://www.nomadicmatt.com/travel-guides/, I'm not a coder so was wondering if it's possible to find this from the page source info or possibly another way?
it's using GeoChart from google api. like you can see in the source code:
<script src="http://www.google.com/uds/api/visualization/1.0/8c95b72e5c145d5b3d7bb8b4ea74fd63/format+en,default+en,ui+en,geochart+en.I.js" type="text/javascript"></script>
https://developers.google.com/maps/documentation/javascript/tutorial
But if you are not a coder - it will be hard for you to implement this.
It's an interactive world maps plugin for wordpress.
However this question does not belong on S/O.

What type of feature in JS/HTML/CSS is this site using? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am interested in implementing what the banner that this site has, where the user upon scrolling the banner animates till the end and only which allows the viewer to move down the site. Here is the site http://www.nets.upenn.edu/
Here is a plugin that i used in some project:
ScrollMagic
With this plugin it's easy to achieve a similar result like the canvas in your link.
For the animated slider you can find out more by looking at these two JS files:
nets.upenn.edu/sites/all/themes/pennnets/js/slides.min.jquery.js
nets.upenn.edu/sites/all/themes/pennnets/js/tween_scrollable.js
And for the second part of your question take a look at this link:
http://www.jqueryrain.com/demo/jquery-parallax-plugin/
Good luck

Can I make wordpress act like stack exchange? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Does anybody know a way to make wordpress act like stack exchange?
reader accounts
thumbing up and down posts
ability to edit posts
ability to add or remove keywords
SE markdown
etc.
Yes you can make it. There might not be exact plugin to fulfill your requirement so you need to customize plugin or need to build custom plugin or theme to fulfill your requirement.
Furthermore, bbPress plugin nearly meets of your requirement (about 50 to 60 % ). You can customize it to enhance other features.

Resources