Skip to content

Instantly share code, notes, and snippets.

._trustvox_widget_container {margin: 40px 0;}
._trustvox_widget_container p.title {
font-size: 14px;
color: #000;
font-weight: bold;
display: block;
}
._trustvox_widget_container iframe {
@cleytonmessias
cleytonmessias / div_trustvox.html
Created August 27, 2014 13:22
Schumann - Homologação
<div id="_trustvox_widget"></div>
<div id="_trustvox_widget"></div>
if (c > 0)
{
Console.WriteLine("aqui");
}
<script type="text/javascript">
var _trustvox = _trustvox || [];
_trustvox.push(['_storeId', '269']);
_trustvox.push(['_productId', "XXXX"]);
_trustvox.push(['_productName',"XXXX"]);
_trustvox.push(['_productPhotos', ["XXXX", "XXXX"]]);
(function() {
var tv = document.createElement('script'); tv.type = 'text/javascript'; tv.async = true;
<script type="text/javascript">
var _trustvox = _trustvox || [];
_trustvox.push(['_storeId', '1']);
_trustvox.push(['_productId', "XXXX"]);
_trustvox.push(['_productName',"XXXX"]);
_trustvox.push(['_productPhotos', ["XXXX", "XXXX"]]);
(function() {
var tv = document.createElement('script'); tv.type = 'text/javascript'; tv.async = true;
SELECT
A.name
, COUNT(distinct A.id) AS 'total'
FROM
products AS A
INNER JOIN
questions AS B
ON
A.id = b.product_id
SELECT
A.name
,C.url
,COUNT( A.id) AS 'total'
INTO OUTFILE '/tmp/out.csv' FIELDS TERMINATED BY ','
FROM
products AS A
INNER JOIN
questions AS B
ON
<div id="_trustvox_widget"></div>
@cleytonmessias
cleytonmessias / trustvox.html
Created September 18, 2014 20:37
Bololo - Homologação
<div id="_trustvox_widget"></div>